Actually return the extent.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@812 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-27 23:49:18 +00:00
parent f51e970ab1
commit 239a1cefa9

View File

@@ -570,7 +570,7 @@ OpenLayers.Map.prototype = {
* @deprecated * @deprecated
*/ */
getFullExtent: function() { getFullExtent: function() {
this.getMaxExtent(); return this.getMaxExtent();
}, },
/** /**
@@ -849,4 +849,4 @@ OpenLayers.Map.prototype = {
CLASS_NAME: "OpenLayers.Map" CLASS_NAME: "OpenLayers.Map"
}; };