aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/www/js/map-bing.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-06-15 15:01:05 +0100
committerStruan Donald <struan@exo.org.uk>2012-06-15 15:01:05 +0100
commit925232a1e48850ab1c5087fe555d7dc71496d726 (patch)
tree8a048416507820b1eb54f4b9ce69fa6b2eefdea2 /phonegap/www/js/map-bing.js
parentcc1aa4a6676db38eabed168327941c6aa93b4654 (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.js2
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; }
});
});