This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
javascript
/
three.js
mirror da
https://github.com/tazdij/three.js.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Remove unneeded comma from BoxHelper test
Tristan Valcke
8 anni fa
parent
0232467e64
commit
bdfdbd3dc9
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
test/unit/extras/helpers/BoxHelper.tests.js
+ 1
- 1
test/unit/extras/helpers/BoxHelper.tests.js
Vedi File
@@ -3,7 +3,7 @@
'use strict';
var parameters = {
- diameter: 10
,
+ diameter: 10
};
var geometries;