Explorar el Código

Reverting #7747 for now...

Mr.doob hace 9 años
padre
commit
60ca652d7a
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  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;
-
-	}
-
 }