Commit ecceea10 authored by yann300's avatar yann300

typo

parent 5d3aaaa7
...@@ -24,7 +24,7 @@ class EditorPanel { ...@@ -24,7 +24,7 @@ class EditorPanel {
var self = this var self = this
self._deps = { self._deps = {
config: self._components.registry.get('config').api, 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, fileManager: self._components.registry.get('filemanager').api,
udapp: self._components.registry.get('udapp').api udapp: self._components.registry.get('udapp').api
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment