Procházet zdrojové kódy

Remove unneeded comma from BoxGeometry test

Tristan Valcke před 8 roky
rodič
revize
aa97b2cad4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;