FIX: Typo in teardown of d-editor

This commit is contained in:
Robin Ward 2015-10-20 12:42:14 -04:00
parent 0428bacfa9
commit f8ff6fc0b5

View File

@ -34,7 +34,7 @@ export default Ember.Component.extend({
});
},
@on('willDestoryElement')
@on('willDestroyElement')
_stopListening() {
this.$().off('keydown.d-modal');
},