Commit 0f414927 authored by Chris Scott's avatar Chris Scott

Fix scope issue in example js

parent 5646f653
...@@ -36,7 +36,7 @@ var app = { ...@@ -36,7 +36,7 @@ var app = {
app.receivedEvent('deviceready'); app.receivedEvent('deviceready');
if (window.plugins.backgroundGeoLocation) { if (window.plugins.backgroundGeoLocation) {
this.configureBackgroundGeoLocation(); app.configureBackgroundGeoLocation();
} }
}, },
......
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