Explorar o código

Remove unneeded comma from BoxGeometry test

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
aa97b2cad4
Modificáronse 1 ficheiros con 1 adicións e 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;