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) {
|
Ext.each(Ext.getKeys(this.panels), function(filter) {
|
||||||
this.remove(filter + '-panel');
|
this.remove(filter + '-panel');
|
||||||
}, this);
|
}, this);
|
||||||
this.panels.empty();
|
this.panels = {};
|
||||||
this.selected = null;
|
this.selected = null;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user