Author: damoxc
Revision: 5178
Log:
fix emptying the panels hash
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Sidebar.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Sidebar.js 2009-04-27 00:30:21 UTC (rev
5177)
+++ trunk/deluge/ui/web/js/Deluge.Sidebar.js 2009-04-27 11:30:30 UTC (rev
5178)
@@ -155,7 +155,7 @@
Ext.each(Ext.getKeys(this.panels), function(filter) {
this.remove(filter + '-panel');
}, this);
- this.panels.empty();
+ this.panels = {};
this.selected = null;
},
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---