Przeglądaj źródła

Remove unneeded comma from BoxGeometry test

Tristan Valcke 8 lat temu
rodzic
commit
aa97b2cad4
1 zmienionych plików z 1 dodań i 1 usunięć
  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;