Explorar o código

Remove unnecessary return statement, and comma from ClosedSplineCurve3 test

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
0232467e64
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      test/unit/extras/curves/ClosedSplineCurve3.js

+ 1 - 2
test/unit/extras/curves/ClosedSplineCurve3.js

@@ -21,7 +21,6 @@ function vectorsAreEqual( check, that ) {
 		}
 	}
 
-	return;
 }
 
 test( "basic check", function() {
@@ -54,4 +53,4 @@ test( "basic check", function() {
 	var desc = error ? ' ' + error : '';
 	ok( !error, 'Lists of Vectors3 should be equal.' + desc );
 
-});
+});