add getAccounts to appapi

pull/1/head
yann300 7 years ago
parent 955355cda0
commit 187145ea25
  1. 3
      src/app.js

@ -535,6 +535,9 @@ function run () {
document.querySelector(`.${css.dragbar2}`).style.right = delta + 'px'
onResize()
},
getAccounts: (cb) => {
udapp.getAccounts(cb)
},
getSource: (fileName) => {
return compiler.getSource(fileName)
},

Loading…
Cancel
Save