ソースを参照

Terminate statement in Sphere test

Tristan Valcke 8 年 前
コミット
afa1c183fd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      test/unit/math/Sphere.js

+ 1 - 1
test/unit/math/Sphere.js

@@ -92,7 +92,7 @@ test( "getBoundingBox", function() {
 
 	ok( a.getBoundingBox().equals( new THREE.Box3( zero3, two3 ) ), "Passed!" );
 
-	a.set( zero3, 0 )
+	a.set( zero3, 0 );
 	ok( a.getBoundingBox().equals( new THREE.Box3( zero3, zero3 ) ), "Passed!" );
 });