diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-16 19:16:44 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-24 00:17:37 +0100 |
commit | 414c80a18d6bbcb75e816a5f4ff10d6c54107d41 (patch) | |
tree | 96c1da5cc5074eff0e6b8c67b1b0cda407faaf03 | |
parent | fa218ec65dde91f129eb17c7d443bec4017d170c (diff) |
Removed extra comma in object
-rw-r--r-- | js/geometa.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/geometa.js b/js/geometa.js index 21deb1885..6bad095ec 100644 --- a/js/geometa.js +++ b/js/geometa.js @@ -168,7 +168,7 @@ var AjaxGeoLocation = (function() { accuracy: 43000, // same as Gears accuracy over wifi? altitudeAccuracy: null, heading: null, - speed: null, + speed: null }, // extra info that is outside of the bounds of the core API address: { |