@ -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)) {