This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
javascript
/
three.js
mirror de
https://github.com/tazdij/three.js.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Remove unneeded comma from BoxHelper test
Tristan Valcke
há 8 anos atrás
pai
0232467e64
commit
bdfdbd3dc9
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
test/unit/extras/helpers/BoxHelper.tests.js
+ 1
- 1
test/unit/extras/helpers/BoxHelper.tests.js
Ver Ficheiro
@@ -3,7 +3,7 @@
'use strict';
var parameters = {
- diameter: 10
,
+ diameter: 10
};
var geometries;