浏览代码

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;
-
-	}
-
 }