[Commits] r2569 - core/trunk/geoext/lib/GeoExt/plugins

commits at geoext.org commits at geoext.org
Fri Jan 21 14:51:10 CET 2011


Author: pgiraud
Date: 2011-01-21 14:51:09 +0100 (Fri, 21 Jan 2011)
New Revision: 2569

Modified:
   core/trunk/geoext/lib/GeoExt/plugins/TreeNodeRadioButton.js
Log:
Fixing typo, incorrect unregister call

Modified: core/trunk/geoext/lib/GeoExt/plugins/TreeNodeRadioButton.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/plugins/TreeNodeRadioButton.js	2011-01-19 09:35:14 UTC (rev 2568)
+++ core/trunk/geoext/lib/GeoExt/plugins/TreeNodeRadioButton.js	2011-01-21 13:51:09 UTC (rev 2569)
@@ -125,7 +125,7 @@
      */
     onBeforeDestroy: function(tree) {
         tree.un("rendernode", this.onRenderNode, this);
-        tree.un("rawclicknode", this.onRenderNode, this);
+        tree.un("rawclicknode", this.onRawClickNode, this);
         tree.un("beforedestroy", this.onBeforeDestroy, this);
     }
 



More information about the Commits mailing list