diff --git a/src/app/panels/editor-panel.js b/src/app/panels/editor-panel.js index 45fab49aee..57ac7ad288 100644 --- a/src/app/panels/editor-panel.js +++ b/src/app/panels/editor-panel.js @@ -24,7 +24,7 @@ class EditorPanel { var self = this self._deps = { config: self._components.registry.get('config').api, - txlistener: self._components.registry.get('txlistener').api, + txListener: self._components.registry.get('txlistener').api, fileManager: self._components.registry.get('filemanager').api, udapp: self._components.registry.get('udapp').api }