瀏覽代碼

Reverting #7747 for now...

Mr.doob 9 年之前
父節點
當前提交
60ca652d7a
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      src/Three.js

+ 0 - 7
src/Three.js

@@ -14,13 +14,6 @@ if ( typeof define === 'function' && define.amd ) {
 
 	module.exports = THREE;
 
-	if ( typeof self === 'undefined' ) {
-
-		/** @suppress {duplicate, const} */
-		var self = global;
-
-	}
-
 }