|
|
|
@ -181,6 +181,11 @@ BI.VirtualGroupList = BI.inherit(BI.Widget, {
|
|
|
|
|
populate: function (items) { |
|
|
|
|
this._populate(items); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
beforeDestroy: function () { |
|
|
|
|
BI.ResizeDetector.removeResizeListener(this); |
|
|
|
|
this.restore(); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
BI.shortcut("bi.virtual_group_list", BI.VirtualGroupList); |
|
|
|
|
|
|
|
|
|