Explorar el Código

Remove unneeded comma from BoxGeometry test

Tristan Valcke hace 8 años
padre
commit
aa97b2cad4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;