Commit 9f4a2208 authored by M165437's avatar M165437

Add missing comma in example code

parent 3afd0a46
...@@ -71,7 +71,7 @@ A full example could be: ...@@ -71,7 +71,7 @@ A full example could be:
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