diff --git a/src/widget/editor/editor.text.js b/src/widget/editor/editor.text.js index e50e153ae..02644b044 100644 --- a/src/widget/editor/editor.text.js +++ b/src/widget/editor/editor.text.js @@ -23,8 +23,7 @@ BI.TextEditor = BI.inherit(BI.Widget, { }); }, - _init: function () { - BI.TextEditor.superclass._init.apply(this, arguments); + render: function () { var self = this, o = this.options; var border = o.simple ? 1 : 2; if (BI.isNumber(o.height)) {