@ -105,6 +105,7 @@ BI.ListView = BI.inherit(BI.Widget, {
populate: function (items) {
if (items && this.options.items !== items) {
this.options.items = items;
this.restore();
}
this._populate(items);
@ -173,6 +173,7 @@ BI.VirtualList = BI.inherit(BI.Widget, {