diff options
author | Struan Donald <struan@fury.ukcod.org.uk> | 2011-11-25 15:51:28 +0000 |
---|---|---|
committer | Struan Donald <struan@fury.ukcod.org.uk> | 2011-11-25 15:51:28 +0000 |
commit | 50257d66688139b0d4be2cb7b497bb0c0bc2b1e9 (patch) | |
tree | b0d5f144f8625ccc543ed9984821b0c7741953ff /web/js/map-bing-ol.js | |
parent | 24d44dbf6f827c47e65821fd082bf0c093513853 (diff) |
remove trailing comma to fix IE8
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r-- | web/js/map-bing-ol.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js index 9f8dc9599..94b777134 100644 --- a/web/js/map-bing-ol.js +++ b/web/js/map-bing-ol.js @@ -94,7 +94,7 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, { "http://ecn.t0.tiles.virtualearth.net/tiles/r${id}.png?g=701" + type, "http://ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=701" + type, "http://ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=701" + type, - "http://ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=701" + type, + "http://ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=701" + type ]; } var s = '' + x + y + z; |