Procházet zdrojové kódy

Terminate statement in Sphere test

Tristan Valcke před 8 roky
rodič
revize
afa1c183fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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!" );
 });