guy 7 years ago
parent
commit
e32e8e094b
  1. 4
      bi/base.js
  2. 4
      dist/base.js
  3. 4
      src/base/tree/treeview.js

4
bi/base.js

@ -1489,10 +1489,6 @@ BI.TreeView = BI.inherit(BI.Pane, {
},
_init: function () {
BI.TreeView.superclass._init.apply(this, arguments);
this._stop = false;
this.container = BI.createWidget();

4
dist/base.js vendored

@ -1489,10 +1489,6 @@ BI.TreeView = BI.inherit(BI.Pane, {
},
_init: function () {
BI.TreeView.superclass._init.apply(this, arguments);
this._stop = false;
this.container = BI.createWidget();

4
src/base/tree/treeview.js

@ -14,10 +14,6 @@ BI.TreeView = BI.inherit(BI.Pane, {
},
_init: function () {
BI.TreeView.superclass._init.apply(this, arguments);
this._stop = false;
this.container = BI.createWidget();

Loading…
Cancel
Save