pull/1/head
yann300 6 years ago
parent db811af938
commit 910e629513
  1. 4
      src/app.js

@ -384,9 +384,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
}
})
registry.put({api: (msg) => {
self._components.editorpanel.logHtmlMessage(msg)
}, name: 'logCallback'})
registry.put({api: msg => self._components.editorpanel.logHtmlMessage(msg), name: 'logCallback'})
// ----------------- Compiler -----------------
self._components.compiler = new Compiler((url, cb) => self.importFileCb(url, cb))

Loading…
Cancel
Save