Skip to content

Commit

Permalink
fix(geolocation): fix plugin reference
Browse files Browse the repository at this point in the history
closes #258
  • Loading branch information
ihadeed committed Jul 11, 2016
1 parent 00d35c6 commit 4f0cd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/background-geolocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export interface Config {
* debug: true, // enable this hear sounds for background-geolocation life-cycle.
* stopOnTerminate: false, // enable this to clear background location settings when the app terminates
* };
*
*
* BackgroundGeolocation.configure(config)
* .then((location) => {
* console.log('[js] BackgroundGeolocation callback: ' + location.latitude + ',' + location.longitude);
Expand All @@ -202,7 +202,7 @@ export interface Config {
*/
@Plugin({
plugin: 'cordova-plugin-mauron85-background-geolocation',
pluginRef: 'plugins.backgroundGeoLocation',
pluginRef: 'plugins.backgroundGeolocation',
repo: 'https://github.com/mauron85/cordova-plugin-background-geolocation',
platforms: ['iOS', 'Android', 'Windows Phone 8']
})
Expand Down

0 comments on commit 4f0cd24

Please sign in to comment.