guy 7 years ago
parent
commit
8302c5ff52
  1. 3
      dist/bundle.js
  2. 4
      dist/bundle.min.js
  3. 3
      dist/case.js
  4. 3
      dist/fineui.js
  5. 2
      dist/fineui.min.js
  6. 3
      src/case/tree/branchrelation.js

3
dist/bundle.js vendored

@ -74917,9 +74917,6 @@ BI.BranchRelation = BI.inherit(BI.Widget, {
_init: function () {
BI.BranchRelation.superclass._init.apply(this, arguments);
},
mounted: function () {
this.populate(this.options.items);
},

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/case.js vendored

@ -12606,9 +12606,6 @@ BI.BranchRelation = BI.inherit(BI.Widget, {
_init: function () {
BI.BranchRelation.superclass._init.apply(this, arguments);
},
mounted: function () {
this.populate(this.options.items);
},

3
dist/fineui.js vendored

@ -76611,9 +76611,6 @@ BI.BranchRelation = BI.inherit(BI.Widget, {
_init: function () {
BI.BranchRelation.superclass._init.apply(this, arguments);
},
mounted: function () {
this.populate(this.options.items);
},

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
src/case/tree/branchrelation.js

@ -20,9 +20,6 @@ BI.BranchRelation = BI.inherit(BI.Widget, {
_init: function () {
BI.BranchRelation.superclass._init.apply(this, arguments);
},
mounted: function () {
this.populate(this.options.items);
},

Loading…
Cancel
Save