Koenig - Fix plus menu teardown but

no issue
- fixed typo that was throwing an error on `willDestroyElement` of `{{koenig-plus-menu}}`
This commit is contained in:
Kevin Ansfield 2018-02-01 18:29:33 +01:00
parent d7506a53eb
commit 2ca441438d

View File

@ -62,7 +62,7 @@ export default Component.extend({
this._super(...arguments);
run.cancel(this._throttleResize);
window.removeEventListener('mousedown', this._onWindowMousedownHandler);
window.removeEventListener('resize', this.this._onResizeHandler);
window.removeEventListener('resize', this._onResizeHandler);
},
actions: {