Browse Source

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

Ben Houston 12 years ago
parent
commit
09348f59bc
1 changed files with 1 additions and 1 deletions
  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>