Răsfoiți Sursa

may as well add @author

Joe Pea 6 ani în urmă
părinte
comite
7a6f68ad6b
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  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;