Author: damoxc
Revision: 5651
Log:
fix the scope of the each loop
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Sidebar.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Sidebar.js 2009-08-11 23:55:01 UTC (rev
5650)
+++ trunk/deluge/ui/web/js/Deluge.Sidebar.js 2009-08-11 23:56:35 UTC (rev
5651)
@@ -218,7 +218,7 @@
// We need to remove the panel
this.panels[filter]
}
- });
+ }, this);
},
updateFilter: function(filter, states) {
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---