Commit 2a643582 authored by M165437's avatar M165437

Add missing comma

parent 9f4a2208
...@@ -92,7 +92,7 @@ var app = { ...@@ -92,7 +92,7 @@ var app = {
bgGeo.configure(callbackFn, failureFn, { bgGeo.configure(callbackFn, failureFn, {
url: 'http://only.for.android.com/update_location.json', // <-- only required for Android; ios allows javascript callbacks for your http url: 'http://only.for.android.com/update_location.json', // <-- only required for Android; ios allows javascript callbacks for your http
params: { // HTTP POST params sent to your server when persisting locations. params: { // HTTP POST params sent to your server when persisting locations.
auth_token: 'user_secret_auth_token' auth_token: 'user_secret_auth_token',
foo: 'bar' foo: 'bar'
}, },
desiredAccuracy: 10, desiredAccuracy: 10,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment