Explorar o código

unit tests should not use minimized version of three.js to help in debugging.

Ben Houston %!s(int64=12) %!d(string=hai) anos
pai
achega
09348f59bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/testsuite.html

+ 1 - 1
test/testsuite.html

@@ -7,7 +7,7 @@
 </head>
 <body>
   <div id="qunit"></div>
-  <script src="../build/three.min.js"></script>
+  <script src="../build/three.js"></script>
   <script src="qunit/qunit-1.10.0.js"></script>
   <script src="core/Constants.js"></script>
   <script src="core/Vector2.js"></script>