Ensure consistency in the helpers.toRadians name

This commit is contained in:
Evert Timberg 2015-05-23 15:18:33 -04:00
parent c66edc9169
commit a559ab85cd

View File

@ -402,7 +402,7 @@
return 0;
}
},
toRadians = helpers.radians = function(degrees) {
toRadians = helpers.toRadians = function(degrees) {
return degrees * (Math.PI / 180);
},
toDegrees = helpers.toDegrees = function(radians) {