diff --git a/README.md b/README.md index 0ac99268..599621b6 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ export default ModalDialog.extend({ teardown: function() { Ember.$('body').off('keyup.modal-dialog'); - }.on('willDestroyElement'), + }.on('willDestroyElement') }); ```