Actually return the extent.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@812 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user