소스 검색

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>