Browse Source

Minor clean up.

Mr.doob 9 years ago
parent
commit
0f501d82c3
1 changed files with 2 additions and 2 deletions
  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;
 
 }