From 3ed6e28adc0709569894ef9213c32027a7adf1b9 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 11 Aug 2009 23:56:35 +0000 Subject: [PATCH] fix the scope of the each loop --- deluge/ui/web/js/Deluge.Sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/Deluge.Sidebar.js b/deluge/ui/web/js/Deluge.Sidebar.js index c1caf24ca..3715c4b3f 100644 --- a/deluge/ui/web/js/Deluge.Sidebar.js +++ b/deluge/ui/web/js/Deluge.Sidebar.js @@ -218,7 +218,7 @@ Copyright: // We need to remove the panel this.panels[filter] } - }); + }, this); }, updateFilter: function(filter, states) {