[Commits] r811 - core/trunk/geoext/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Tue May 19 16:03:52 CEST 2009
Author: bartvde
Date: 2009-05-19 16:03:52 +0200 (Tue, 19 May 2009)
New Revision: 811
Modified:
core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js
Log:
oops, part of that change was not meant to be committed
Modified: core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js 2009-05-19 14:02:32 UTC (rev 810)
+++ core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js 2009-05-19 14:03:52 UTC (rev 811)
@@ -102,9 +102,6 @@
Ext.applyIf(this.map || {}, {allOverlays: true})
);
}
- if (this.renderTo) {
- this.map.unloadDestroy = null;
- }
var layers = this.layers;
if(!layers || layers instanceof Array) {
this.layers = new GeoExt.data.LayerStore({
More information about the Commits
mailing list