mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +00:00
fix the scope of the each loop
This commit is contained in:
parent
7f597aff70
commit
3ed6e28adc
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ Copyright:
|
||||||
// We need to remove the panel
|
// We need to remove the panel
|
||||||
this.panels[filter]
|
this.panels[filter]
|
||||||
}
|
}
|
||||||
});
|
}, this);
|
||||||
},
|
},
|
||||||
|
|
||||||
updateFilter: function(filter, states) {
|
updateFilter: function(filter, states) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue