Changeset 253d08


Ignore:
Timestamp:
04/27/2009 11:30:30 AM (16 years ago)
Author:
Damien Churchill <damoc@gmail.com>
Branches:
2.0.x, develop, extjs4-port, master
Children:
a9392f
Parents:
e624492
Message:

fix emptying the panels hash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/web/js/Deluge.Sidebar.js

    re624492 r253d08  
    156156                                this.remove(filter + '-panel');
    157157                        }, this);
    158                         this.panels.empty();
     158                        this.panels = {};
    159159                        this.selected = null;
    160160                },
Note: See TracChangeset for help on using the changeset viewer.