This website works better with JavaScript
Home
Explore
Help
Register
Sign In
samien
/
three.js
mirror of
https://github.com/mrdoob/three.js.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Remove unneeded comma from BoxHelper test
Tristan Valcke
9 years ago
parent
0232467e64
commit
bdfdbd3dc9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
test/unit/extras/helpers/BoxHelper.tests.js
+ 1
- 1
test/unit/extras/helpers/BoxHelper.tests.js
View File
@@ -3,7 +3,7 @@
'use strict';
var parameters = {
- diameter: 10
,
+ diameter: 10
};
var geometries;