c45e768
@ -344,11 +344,6 @@ BI.Editor = BI.inherit(BI.Single, {
return this.editor.isValid();
},
setValid: function (b) {
this.editor.setValid(b);
this._checkError();
destroyed: function () {
BI.Bubbles.remove(this.getName());
@ -138,10 +138,6 @@ BI.TextEditor = BI.inherit(BI.Widget, {
setValue: function (v) {
this.editor.setValue(v);