Commit ee491d83 authored by yann300's avatar yann300

fix param

parent 0f5163d5
...@@ -433,7 +433,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org ...@@ -433,7 +433,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
let filePanel = new FilePanel() let filePanel = new FilePanel()
registry.put({api: filePanel, name: 'filepanel'}) registry.put({api: filePanel, name: 'filepanel'})
let compileTab = new CompileTab(self._components.registry) let compileTab = new CompileTab(registry)
let run = new RunTab( let run = new RunTab(
registry.get('udapp').api, registry.get('udapp').api,
registry.get('udappUI').api, registry.get('udappUI').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