From 3c0ec20e76d166071753062e8f6a92e8f7bf7730 Mon Sep 17 00:00:00 2001 From: Joel Salisbury Date: Thu, 21 Jan 2016 14:39:19 -0500 Subject: [PATCH] sup --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 998059d..36c042e 100644 --- a/js/main.js +++ b/js/main.js @@ -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)); } \ No newline at end of file