Browse Source

Remove unnecessary return statement, and comma from ClosedSplineCurve3 test

Tristan Valcke 8 năm trước cách đây
mục cha
commit
0232467e64
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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 );
 
-});
+});