Browse Source

Added header to utils.js

Mr.doob 8 years ago
parent
commit
8528cf435a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/utils.js

+ 4 - 0
src/utils.js

@@ -1,3 +1,7 @@
+/**
+ * @author mrdoob / http://mrdoob.com/
+ */
+
 function arrayMin( array ) {
 
 	if ( array.length === 0 ) return Infinity;