Pause app boot until window load event fired #21

Merged
galfert merged 2 commits from feature/wait_for_web3 into master 2017-06-13 12:37:20 +00:00

2 Commits

Author SHA1 Message Date
basti 993cd85e4a Improve waiting for window.onload
In case the window load event was fired before getting to the Ember
initializer, it would pause app loading indefinitely. This makes sure
that app loading is only paused, if there's still an event to wait for.
2017-06-13 14:27:09 +02:00
galfert e51586a78c Pause app boot until window load event fired
Refs #17

Allows the user provided Web3 instance to be inserted before we
try to use it.
2017-06-13 13:35:44 +02:00