Unverified Commit 8c8a4d0f authored by yann300's avatar yann300 Committed by GitHub

add missing API

parent c93ec612
...@@ -698,6 +698,9 @@ Please make a backup of your contracts and start using http://remix.ethereum.org ...@@ -698,6 +698,9 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
// ---------------- Righthand-panel -------------------- // ---------------- Righthand-panel --------------------
var rhpAPI = { var rhpAPI = {
newAccount: (pass, cb) => {
udapp.newAccount(pass, cb)
},
setEditorSize (delta) { setEditorSize (delta) {
$('#righthand-panel').css('width', delta) $('#righthand-panel').css('width', delta)
self._view.centerpanel.style.right = delta + 'px' self._view.centerpanel.style.right = delta + 'px'
......
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