From 42f51bb6aad3c3ebace000bc7909d17312a9e7d4 Mon Sep 17 00:00:00 2001 From: Onur YILDIRIM Date: Sun, 19 Apr 2015 04:04:38 +0300 Subject: [PATCH] update example --- example/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/index.html b/example/index.html index ded85e5..e031f67 100644 --- a/example/index.html +++ b/example/index.html @@ -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'),