|
|
@ -297,7 +297,6 @@ function run () { |
|
|
|
txlistener.startListening() |
|
|
|
txlistener.startListening() |
|
|
|
// ----------------- editor ----------------------------
|
|
|
|
// ----------------- editor ----------------------------
|
|
|
|
this._components.editor = new Editor({}) // @TODO: put into editorpanel
|
|
|
|
this._components.editor = new Editor({}) // @TODO: put into editorpanel
|
|
|
|
window.EDITOR = this._components.editor |
|
|
|
|
|
|
|
var editor = self._components.editor // shortcut for the editor
|
|
|
|
var editor = self._components.editor // shortcut for the editor
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------- ContextualListener -----------------------
|
|
|
|
// ---------------- ContextualListener -----------------------
|
|
|
|