tab. (no functional difference)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7618 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-07-30 22:37:47 +00:00
parent d28f7450b4
commit c3798b198c

View File

@@ -1970,7 +1970,7 @@ OpenLayers.Map = OpenLayers.Class({
var maxExtent = this.getMaxExtent({
'restricted': restricted
});
this.zoomToExtent(maxExtent);
this.zoomToExtent(maxExtent);
},
/**