From 355603aa8523ea76eff82ce58e962311a186a939 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 29 Feb 2012 09:26:16 +0000 Subject: Explicity function calls. --- web/js/map-OpenStreetMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js/map-OpenStreetMap.js') 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(); } }; -- cgit v1.2.3