Update plugin-manager-proxy.js

pull/1/head
yann300 6 years ago
parent afa6fb3a49
commit 9ff829ce30
  1. 2
      src/app/components/plugin-manager-proxy.js

@ -21,7 +21,7 @@ class PluginManagerProxy {
unregister (instance) {
if (!this._listener) {
instance.events.on('compilationFinished', this._listener)
instance.events.off('compilationFinished', this._listener)
}
}

Loading…
Cancel
Save