Commit a6e9fe21 authored by yann300's avatar yann300

standard

parent 5c9fc409
......@@ -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))
......
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