From c3798b198cc63fd5d0cc54fcfbe5f7d614f9a8d7 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 30 Jul 2008 22:37:47 +0000 Subject: [PATCH] tab. (no functional difference) git-svn-id: http://svn.openlayers.org/trunk/openlayers@7618 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }, /**