Browse Source

Not sure why we're trying to reuse THREE. Probably better to redefine it from scratch. See #3209.

Mr.doob 11 years ago
parent
commit
97871c4b98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Three.js

+ 1 - 1
src/Three.js

@@ -4,7 +4,7 @@
  * @author bhouston / http://exocortex.com
  */
 
-var THREE = THREE || { REVISION: '62dev' };
+var THREE = { REVISION: '62dev' };
 
 self.console = self.console || {