pull/3094/head
yann300 6 years ago
parent cecfe12e08
commit 6a690b8a03
  1. 2
      src/app.js

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

Loading…
Cancel
Save