소스 검색

may as well add @author

Joe Pea 6 년 전
부모
커밋
7a6f68ad6b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;