Browse Source

no message

es6
MrErHu 6 years ago
parent
commit
60db0f6383
  1. 6
      dist/_fineui.min.js
  2. 2
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 2
      dist/case.js
  5. 2
      dist/fineui.js
  6. 6
      dist/fineui.min.js

6
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -86814,7 +86814,7 @@ BI.LevelTree = BI.inherit(BI.Widget, {
populate: function (items) {
items = this._formatItems(BI.Tree.transformToTreeFormat(items), 0);
this.tree.populate(items);
this.tree.populate(items, Array.prototype.slice.call(arguments, 0));
},
setValue: function (v) {

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -14365,7 +14365,7 @@ BI.LevelTree = BI.inherit(BI.Widget, {
populate: function (items) {
items = this._formatItems(BI.Tree.transformToTreeFormat(items), 0);
this.tree.populate(items);
this.tree.populate(items, Array.prototype.slice.call(arguments, 0));
},
setValue: function (v) {

2
dist/fineui.js vendored

@ -87057,7 +87057,7 @@ BI.LevelTree = BI.inherit(BI.Widget, {
populate: function (items) {
items = this._formatItems(BI.Tree.transformToTreeFormat(items), 0);
this.tree.populate(items);
this.tree.populate(items, Array.prototype.slice.call(arguments, 0));
},
setValue: function (v) {

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save