From a988f872abc55ad8f265e724b1e6188652821fcc Mon Sep 17 00:00:00 2001 From: ccovemaeker Date: Fri, 9 Sep 2011 15:31:28 +0200 Subject: [PATCH] Line 48, currLocation was initialized as currlocation (no upper case on the L) and was thus creating JS exceptions. --- Resources/camera_ar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/camera_ar.js b/Resources/camera_ar.js index 9c87314..60e4e79 100755 --- a/Resources/camera_ar.js +++ b/Resources/camera_ar.js @@ -45,7 +45,7 @@ var ok = false; // current location (updated by GPS) -var currlocation = {lat: 0, lng: 0, alt: 0}; +var currLocation = {lat: 0, lng: 0, alt: 0}; var currBearing = 0; //current bearing of the device