Browse Source

may as well add @author

Joe Pea 6 năm trước cách đây
mục cha
commit
7a6f68ad6b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;