Removed extra comma in object

This commit is contained in:
Sarven Capadisli 2010-01-16 19:16:44 +00:00
parent 1f6bbc1890
commit 407e425aed
1 changed files with 1 additions and 1 deletions

View File

@ -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: {