diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index e6339be061..aedc59514a 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -1970,7 +1970,7 @@ OpenLayers.Map = OpenLayers.Class({ var maxExtent = this.getMaxExtent({ 'restricted': restricted }); - this.zoomToExtent(maxExtent); + this.zoomToExtent(maxExtent); }, /**