Parcourir la source

Remove unneeded comma from BoxGeometry test

Tristan Valcke il y a 8 ans
Parent
commit
aa97b2cad4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test/unit/geometries/BoxGeometry.tests.js

+ 1 - 1
test/unit/geometries/BoxGeometry.tests.js

@@ -8,7 +8,7 @@
 		depth: 30,
 		widthSegments: 2,
 		heightSegments: 3,
-		depthSegments: 4,
+		depthSegments: 4
 	};
 
 	var geometries;