fix emptying the panels hash

This commit is contained in:
Damien Churchill 2009-04-27 11:30:30 +00:00
parent e6244920e6
commit 253d08d2f9

View file

@ -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;
},