Browse Source

Remove unneeded comma from BoxGeometry test

Tristan Valcke 8 năm trước cách đây
mục cha
commit
aa97b2cad4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;