|
|
@ -200,12 +200,11 @@ BI.Single = BI.inherit(BI.Widget, { |
|
|
|
return this.options.value; |
|
|
|
return this.options.value; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_unMount: function () { |
|
|
|
destroyed: function () { |
|
|
|
BI.Single.superclass._unMount.apply(this, arguments); |
|
|
|
|
|
|
|
if (BI.isNotNull(this.showTimeout)) { |
|
|
|
if (BI.isNotNull(this.showTimeout)) { |
|
|
|
clearTimeout(this.showTimeout); |
|
|
|
clearTimeout(this.showTimeout); |
|
|
|
this.showTimeout = null; |
|
|
|
this.showTimeout = null; |
|
|
|
} |
|
|
|
} |
|
|
|
BI.Tooltips.remove(this.getName()); |
|
|
|
BI.Tooltips.remove(this.getName()); |
|
|
|
} |
|
|
|
}, |
|
|
|
}); |
|
|
|
}); |