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