FIX: Typo in teardown of `d-editor`
This commit is contained in:
parent
0428bacfa9
commit
f8ff6fc0b5
|
@ -34,7 +34,7 @@ export default Ember.Component.extend({
|
|||
});
|
||||
},
|
||||
|
||||
@on('willDestoryElement')
|
||||
@on('willDestroyElement')
|
||||
_stopListening() {
|
||||
this.$().off('keydown.d-modal');
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue