pull/1/head
yann300 6 years ago
parent 5d3aaaa746
commit ecceea1082
  1. 2
      src/app/panels/editor-panel.js

@ -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
} }

Loading…
Cancel
Save