Unverified Commit 4e042f17 authored by yann300's avatar yann300 Committed by GitHub

Comply to new plugin engine

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