diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-02-29 09:26:16 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-02-29 09:26:16 +0000 |
commit | 355603aa8523ea76eff82ce58e962311a186a939 (patch) | |
tree | a49f7a34cdd70a73f35ded67e06e574183bff649 /web/js/map-OpenStreetMap.js | |
parent | d69defaee6e4a3d594737a42ea7390034fe0dbfb (diff) |
Explicity function calls.
Diffstat (limited to 'web/js/map-OpenStreetMap.js')
-rw-r--r-- | web/js/map-OpenStreetMap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenStreetMap.js b/web/js/map-OpenStreetMap.js index 92d98ea4c..58117aabf 100644 --- a/web/js/map-OpenStreetMap.js +++ b/web/js/map-OpenStreetMap.js @@ -37,7 +37,7 @@ OpenLayers.Util.onImageLoadError = function() { } else if (this.src.match(/^http:\/\/[def]\.tah\.openstreetmap\.org\//)) { // do nothing - this layer is transparent } else { - OpenLayers.Util.OSM.originalOnImageLoadError; + OpenLayers.Util.OSM.originalOnImageLoadError(); } }; |