Browse Source

Remove unneeded comma at the end of Spherical

Tristan Valcke 8 years ago
parent
commit
780dbe8c5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Spherical.js

+ 1 - 1
src/math/Spherical.js

@@ -78,7 +78,7 @@ Spherical.prototype = {
 
 
 		return this;
 		return this;
 
 
-	},
+	}
 
 
 };
 };