Skip to content

Commit

Permalink
update require path to Position & PositionError classes
Browse files Browse the repository at this point in the history
  • Loading branch information
hermwong committed May 14, 2013
1 parent 25be2f2 commit 5a901e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/geolocation.js
Expand Up @@ -22,8 +22,8 @@
var argscheck = require('cordova/argscheck'),
utils = require('cordova/utils'),
exec = require('cordova/exec'),
PositionError = require('cordova/plugin/PositionError'),
Position = require('cordova/plugin/Position');
PositionError = require('org.apache.cordova.core.GeoBroker.PositionError'),
Position = require('org.apache.cordova.core.GeoBroker.Position');

var timers = {}; // list of timers in use

Expand Down

0 comments on commit 5a901e1

Please sign in to comment.