Преглед на файлове

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

Ben Houston преди 12 години
родител
ревизия
09348f59bc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>