aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenStreetMap.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-02-29 09:26:16 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-02-29 09:26:16 +0000
commit355603aa8523ea76eff82ce58e962311a186a939 (patch)
treea49f7a34cdd70a73f35ded67e06e574183bff649 /web/js/map-OpenStreetMap.js
parentd69defaee6e4a3d594737a42ea7390034fe0dbfb (diff)
Explicity function calls.
Diffstat (limited to 'web/js/map-OpenStreetMap.js')
-rw-r--r--web/js/map-OpenStreetMap.js2
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();
}
};