Mr.doob 10 лет назад
Родитель
Сommit
0f501d82c3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/Three.js

+ 2 - 2
src/Three.js

@@ -8,11 +8,11 @@ var THREE = { REVISION: '74dev' };
 
 if ( typeof define === 'function' && define.amd ) {
 
-		define( 'three', THREE );
+	define( 'three', THREE );
 
 } else if ( 'undefined' !== typeof exports && 'undefined' !== typeof module ) {
 
-		module.exports = THREE;
+	module.exports = THREE;
 
 }
 

粤ICP备19079148号