windy 6 years ago
parent
commit
18a9d429a5
  1. 2
      dist/_fineui.min.js
  2. 2
      dist/base.js
  3. 2
      dist/bundle.js
  4. 2
      dist/bundle.min.js
  5. 2
      dist/fineui.js
  6. 2
      dist/fineui.min.js
  7. 2
      src/base/tree/treeview.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/base.js vendored

@ -1630,8 +1630,6 @@ BI.TreeView = BI.inherit(BI.Pane, {
scrollable: true,
scrolly: false,
element: this,
vgap: o.vgap,
hgap: o.hgap,
items: [this.tip]
});
if(BI.isNotNull(o.value)){

2
dist/bundle.js vendored

@ -37400,8 +37400,6 @@ BI.TreeView = BI.inherit(BI.Pane, {
scrollable: true,
scrolly: false,
element: this,
vgap: o.vgap,
hgap: o.hgap,
items: [this.tip]
});
if(BI.isNotNull(o.value)){

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -37643,8 +37643,6 @@ BI.TreeView = BI.inherit(BI.Pane, {
scrollable: true,
scrolly: false,
element: this,
vgap: o.vgap,
hgap: o.hgap,
items: [this.tip]
});
if(BI.isNotNull(o.value)){

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
src/base/tree/treeview.js

@ -28,8 +28,6 @@ BI.TreeView = BI.inherit(BI.Pane, {
scrollable: true,
scrolly: false,
element: this,
vgap: o.vgap,
hgap: o.hgap,
items: [this.tip]
});
if(BI.isNotNull(o.value)){

Loading…
Cancel
Save