Fix destroy

This commit is contained in:
Antoine Boulanger
2017-05-30 12:26:24 -04:00
parent f6595c3172
commit 868fd8ff60

View File

@@ -22,6 +22,6 @@ export default class extends AbstractModule {
destroy() { destroy() {
super.destroy(); super.destroy();
this.$el.off(EVENT_NAMESPACE); this.$el.off(`.${EVENT_NAMESPACE}`);
} }
} }