attempting to craft the onReady bit...I think this works?

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-05-11 11:27:27 -05:00
parent 9e1778f62c
commit 0bb1b7bf1c
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
var EmbarkJS = {};
var EmbarkJS = {
onReady: __embarkContext.execWhenReady
};
EmbarkJS.isNewWeb3 = function() {
var _web3 = new Web3();

View File

@ -21,7 +21,7 @@ class App extends React.Component {
}
componentDidMount(){
__embarkContext.execWhenReady(() => {
EmbarkJS.onReady(() => {
if (EmbarkJS.isNewWeb3()) {
EmbarkJS.Messages.Providers.whisper.getWhisperVersion((err, version) => {
if(!err)