diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-07 17:23:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-07 17:23:04 +0100 |
commit | e10df38e15cda1c4351eea7b260739cbd038b423 (patch) | |
tree | 8344fb4b4eb57ba9f6b73bfc01925b9feacabaa7 /web/js/map-bing-ol.js | |
parent | 7d116d6c78148a2e70ae1cefccfae8bc79c2d21d (diff) |
Superflous comma breaking IE6.
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 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]; |