mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-03 23:23:27 +00:00
use keys() rather than getKeys()
This commit is contained in:
parent
3b744ae978
commit
4939b8c72e
@ -183,8 +183,8 @@ Copyright:
|
||||
}
|
||||
|
||||
// Perform a cleanup of fitlers that aren't enabled any more
|
||||
Ext.each(Ext.getKeys(this.panels), function(filter) {
|
||||
if (Ext.getKeys(filters).indexOf(filter) == -1) {
|
||||
Ext.each(Ext.keys(this.panels), function(filter) {
|
||||
if (Ext.keys(filters).indexOf(filter) == -1) {
|
||||
// We need to remove the panel
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user