Przeglądaj źródła

may as well add @author

Joe Pea 6 lat temu
rodzic
commit
7a6f68ad6b
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      src/math/Color.d.ts

+ 4 - 0
src/math/Color.d.ts

@@ -1,3 +1,7 @@
+/**
+ * @author Joe Pea / http://github.com/trusktr
+ */
+
 export interface HSL {
 	h: number;
 	s: number;