fix emptying the panels hash
This commit is contained in:
parent
e6244920e6
commit
253d08d2f9
@ -155,7 +155,7 @@ Copyright:
|
||||
Ext.each(Ext.getKeys(this.panels), function(filter) {
|
||||
this.remove(filter + '-panel');
|
||||
}, this);
|
||||
this.panels.empty();
|
||||
this.panels = {};
|
||||
this.selected = null;
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user