|
|
|
@ -6752,7 +6752,7 @@ BI.TextEditor = BI.inherit(BI.Single, {
|
|
|
|
|
self.fireEvent(BI.TextEditor.EVENT_STOP); |
|
|
|
|
}); |
|
|
|
|
this.editor.on(BI.Editor.EVENT_ERROR, function () { |
|
|
|
|
self.fireEvent(BI.TextEditor.EVENT_ERROR); |
|
|
|
|
self.fireEvent(BI.TextEditor.EVENT_ERROR, arguments); |
|
|
|
|
}); |
|
|
|
|
this.editor.on(BI.Editor.EVENT_ENTER, function () { |
|
|
|
|
self.fireEvent(BI.TextEditor.EVENT_ENTER); |
|
|
|
|