Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur YILDIRIM committed Apr 19, 2015
1 parent ca0939d commit 42f51bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// Load Event Handler
window.onload = function () {
// Locate by IP on load
geolocator.locateByIP(onGeoSuccess, onGeoError, 1, 'map-canvas');
geolocator.locateByIP(onGeoSuccess, onGeoError, 2, 'map-canvas');
// Configure controls
var cmbSource = document.getElementById('cmb-source'),
btnLocateByIP = document.getElementById('btn-locate-ip'),
Expand Down

0 comments on commit 42f51bb

Please sign in to comment.