From 414c80a18d6bbcb75e816a5f4ff10d6c54107d41 Mon Sep 17 00:00:00 2001
From: Sarven Capadisli <csarven@status.net>
Date: Sat, 16 Jan 2010 19:16:44 +0000
Subject: [PATCH] Removed extra comma in object

---
 js/geometa.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/geometa.js b/js/geometa.js
index 21deb18852..6bad095ec8 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: {
-- 
2.39.5