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