no need to get this again.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1603 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-10-05 18:56:17 +00:00
parent 1f4a53291f
commit 8782ee3e15

View File

@@ -242,7 +242,7 @@ OpenLayers.Layer.prototype = {
if (this.map != null) {
var extent = this.map.getExtent();
if (extent != null) {
this.moveTo(this.map.getExtent(), true);
this.moveTo(extent, true);
}
}
if ((this.map != null) &&