Selaa lähdekoodia

Added header to utils.js

Mr.doob 8 vuotta sitten
vanhempi
sitoutus
8528cf435a
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;