Sfoglia il codice sorgente

Remove unneeded comma from BoxHelper test

Tristan Valcke 8 anni fa
parent
commit
bdfdbd3dc9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/unit/extras/helpers/BoxHelper.tests.js

+ 1 - 1
test/unit/extras/helpers/BoxHelper.tests.js

@@ -3,7 +3,7 @@
 	'use strict';
 
 	var parameters = {
-		diameter: 10,
+		diameter: 10
 	};
 
 	var geometries;