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

Merge pull request #2206 from ethereum/yann300-patch-58

Comply to new plugin engine
parents 71778151 4e042f17
......@@ -18,7 +18,7 @@ export class NetworkModule extends Plugin {
super(profile)
// TODO: See with remix-lib to make sementic coherent
executionContext.event.register('contextChanged', (provider) => {
this.events.emit('providerChanged', provider)
this.emit('providerChanged', provider)
})
/*
// Events that could be implemented later
......
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