瀏覽代碼

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!" );
 });