Ver código fonte

Minor clean up.

Mr.doob 10 anos atrás
pai
commit
0f501d82c3
1 arquivos alterados com 2 adições e 2 exclusões
  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 ) {
 if ( typeof define === 'function' && define.amd ) {
 
 
-		define( 'three', THREE );
+	define( 'three', THREE );
 
 
 } else if ( 'undefined' !== typeof exports && 'undefined' !== typeof module ) {
 } else if ( 'undefined' !== typeof exports && 'undefined' !== typeof module ) {
 
 
-		module.exports = THREE;
+	module.exports = THREE;
 
 
 }
 }
 
 

粤ICP备19079148号