]> git.openstreetmap.org Git - rails.git/commitdiff
Adding missing parentheses.
authorTom Hughes <tom@compton.nu>
Wed, 20 Jun 2007 00:08:29 +0000 (00:08 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 20 Jun 2007 00:08:29 +0000 (00:08 +0000)
app/views/site/index.rhtml

index bb730c448e923dfcfca15309ed80b46f2826958d..f8c0f02f429686dc68c4f5650bf644fceb5f41bf 100644 (file)
@@ -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"} );