|
|
@ -344,11 +344,6 @@ BI.Editor = BI.inherit(BI.Single, { |
|
|
|
return this.editor.isValid(); |
|
|
|
return this.editor.isValid(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
setValid: function (b) { |
|
|
|
|
|
|
|
this.editor.setValid(b); |
|
|
|
|
|
|
|
this._checkError(); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
destroyed: function () { |
|
|
|
destroyed: function () { |
|
|
|
BI.Bubbles.remove(this.getName()); |
|
|
|
BI.Bubbles.remove(this.getName()); |
|
|
|
}, |
|
|
|
}, |
|
|
|