diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-15 15:01:05 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-15 15:01:05 +0100 |
commit | 925232a1e48850ab1c5087fe555d7dc71496d726 (patch) | |
tree | 8a048416507820b1eb54f4b9ce69fa6b2eefdea2 /phonegap/www/js/map-bing.js | |
parent | cc1aa4a6676db38eabed168327941c6aa93b4654 (diff) |
fix jslint issues and remove unused js files
Diffstat (limited to 'phonegap/www/js/map-bing.js')
-rw-r--r-- | phonegap/www/js/map-bing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phonegap/www/js/map-bing.js b/phonegap/www/js/map-bing.js index 856e4f188..715a8efc9 100644 --- a/phonegap/www/js/map-bing.js +++ b/phonegap/www/js/map-bing.js @@ -17,6 +17,6 @@ $(function(){ Microsoft.Maps.Events.addHandler(map, "viewchangestart", function(e) { /* Doesn't work */ - if (map.getTargetZoom() < 12) return false; + if (map.getTargetZoom() < 12) { return false; } }); }); |