windy 5 years ago
parent
commit
b41c5e84cb
  1. 1
      src/case/list/list.select.js

1
src/case/list/list.select.js

@ -159,7 +159,6 @@ BI.SelectList = BI.inherit(BI.Widget, {
},
populate: function (items) {
var o = this.options;
this.toolbar.setVisible(!BI.isEmptyArray(items));
this.toolbar.setEnable(!BI.isEmptyArray(items));
this.list.populate.apply(this.list, arguments);

Loading…
Cancel
Save