Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sup
  • Loading branch information
Joel Salisbury committed Jan 21, 2016
1 parent f1b2066 commit 3c0ec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Expand Up @@ -8,6 +8,6 @@ if (window.DeviceMotionEvent) {
function deviceMotionHandler(eventData) {
// Grab the acceleration from the results
var acceleration = eventData.acceleration;
$("#accelerationX").html(acceleration.x.toPrecision(4);
$("#accelerationX").html(acceleration.x.toPrecision(4));

}

0 comments on commit 3c0ec20

Please sign in to comment.