This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
javascript
/
three.js
oglindă de
https://github.com/tazdij/three.js.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Răsfoiți Sursa
Remove unneeded comma from BoxHelper test
Tristan Valcke
8 ani în urmă
părinte
0232467e64
comite
bdfdbd3dc9
1 a modificat fișierele
cu
1 adăugiri
și
1 ștergeri
Vizualizare divizată
Arată Statisticile Diff
1
1
test/unit/extras/helpers/BoxHelper.tests.js
+ 1
- 1
test/unit/extras/helpers/BoxHelper.tests.js
Vizualizați fișierul
@@ -3,7 +3,7 @@
'use strict';
var parameters = {
- diameter: 10
,
+ diameter: 10
};
var geometries;