From: Tom Hughes Date: Wed, 20 Jun 2007 00:08:29 +0000 (+0000) Subject: Adding missing parentheses. X-Git-Tag: live~8356 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b609606740db65b6c58c4b3ddd00d5362ae63d35 Adding missing parentheses. --- diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index bb730c448..f8c0f02f4 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -55,7 +55,7 @@ function init(){ OpenLayers.Util.onImageLoadError = function() { - this.src = OpenLayers.Util.getImagesLocation + "404.png"; + this.src = OpenLayers.Util.getImagesLocation() + "404.png"; } map = new OpenLayers.Map( "map", {maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), numZoomLevels:19, maxResolution:156543, units:'meters', projection: "EPSG:41001"} );