[Commits] r2228 - core/trunk/geoext/lib/GeoExt/widgets

commits at geoext.org commits at geoext.org
Tue Jun 29 10:46:19 CEST 2010


Author: bartvde
Date: 2010-06-29 10:46:19 +0200 (Tue, 29 Jun 2010)
New Revision: 2228

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
Log:
no need to unregister update in LegendPanel destroy anymore since it is not registered, non-functional change

Modified: core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js	2010-06-29 07:29:58 UTC (rev 2227)
+++ core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js	2010-06-29 08:46:19 UTC (rev 2228)
@@ -222,7 +222,6 @@
             this.layerStore.un("add", this.onStoreAdd, this);
             this.layerStore.un("remove", this.onStoreRemove, this);
             this.layerStore.un("clear", this.onStoreClear, this);
-            this.layerStore.un("update", this.onStoreUpdate, this);
         }
         GeoExt.LegendPanel.superclass.onDestroy.apply(this, arguments);
     }



More information about the Commits mailing list