aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-bing-ol.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-07-07 17:23:04 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-07-07 17:23:04 +0100
commite10df38e15cda1c4351eea7b260739cbd038b423 (patch)
tree8344fb4b4eb57ba9f6b73bfc01925b9feacabaa7 /web/js/map-bing-ol.js
parent7d116d6c78148a2e70ae1cefccfae8bc79c2d21d (diff)
Superflous comma breaking IE6.
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r--web/js/map-bing-ol.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js
index 6b4a92c4d..032ac1e89 100644
--- a/web/js/map-bing-ol.js
+++ b/web/js/map-bing-ol.js
@@ -21,7 +21,7 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, {
numZoomLevels: 18,
transitionEffect: "resize",
sphericalMercator: true,
- buffer: 0,
+ buffer: 0
//attribution: "© Microsoft / OS 2010"
}, options);
var newArguments = [name, url, options];