Sfoglia il codice sorgente

Remove unneeded comma from BoxGeometry test

Tristan Valcke 8 anni fa
parent
commit
aa97b2cad4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;