@ -55,7 +55,7 @@ BI.TreeView = BI.inherit(BI.Pane, {
});
BI.createWidget({
type: "bi.default",
element: this.element,
element: this,
items: [this.tree]
},
@ -66,7 +66,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
type: "bi.absolute",
element: this.smallEditor.element,
element: this.smallEditor,
items: [{
el: this.smallTip,
top: 0,
@ -104,7 +104,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
element: this.bigEditor.element,
element: this.bigEditor,
el: this.bigTip,