This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
javascript
/
three.js
kopia lustrzana
https://github.com/tazdij/three.js.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Remove unneeded comma from BoxHelper test
Tristan Valcke
8 lat temu
rodzic
0232467e64
commit
bdfdbd3dc9
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
test/unit/extras/helpers/BoxHelper.tests.js
+ 1
- 1
test/unit/extras/helpers/BoxHelper.tests.js
Wyświetl plik
@@ -3,7 +3,7 @@
'use strict';
var parameters = {
- diameter: 10
,
+ diameter: 10
};
var geometries;