diff --git a/framework/assets/js/accelerometer.js b/framework/assets/js/accelerometer.js index 04db82c5..4bade650 100644 --- a/framework/assets/js/accelerometer.js +++ b/framework/assets/js/accelerometer.js @@ -46,7 +46,7 @@ Accelerometer.prototype.getCurrentAcceleration = function(successCallback, error } -Accelerometer.prototype.gotAccel = function(key, x, y, z) +Accelerometer.prototype.gotCurrentAcceleration = function(key, x, y, z) { var a = new Acceleration(x,y,z); a.x = x;