This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Remove unneeded comma at the end of Spherical
Tristan Valcke
8 years ago
parent
b079bd4d5e
commit
780dbe8c5d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/math/Spherical.js
+ 1
- 1
src/math/Spherical.js
View File
@@ -78,7 +78,7 @@ Spherical.prototype = {
return this;
- }
,
+ }
};