فهرست منبع

Minor clean up.

Mr.doob 10 سال پیش
والد
کامیت
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号