Unverified Commit 9232cccc authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1269 from ethereum/yann300-patch-25

'_deps' is not longer defined
parents 84bb6ef3 caeb9724
...@@ -54,7 +54,7 @@ module.exports = class UniversalDApp { ...@@ -54,7 +54,7 @@ module.exports = class UniversalDApp {
executionContext.detectNetwork(cb) executionContext.detectNetwork(cb)
}, },
personalMode: () => { personalMode: () => {
return executionContext.getProvider() === 'web3' ? this._deps.config.get('settings/personal-mode') : false return executionContext.getProvider() === 'web3' ? this.config.get('settings/personal-mode') : false
} }
}) })
this.txRunner.event.register('transactionBroadcasted', (txhash) => { this.txRunner.event.register('transactionBroadcasted', (txhash) => {
......
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