Adding missing parentheses.

This commit is contained in:
Tom Hughes 2007-06-20 00:08:29 +00:00
parent b90f331497
commit b609606740

View 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"} );