@ -105,7 +105,6 @@ 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,7 +173,6 @@ BI.VirtualList = BI.inherit(BI.Widget, {