Skip to content

Commit

Permalink
Merge pull request #91 from kiwiupover/patch-1
Browse files Browse the repository at this point in the history
Fixing a small typo.
  • Loading branch information
chrislopresto committed Oct 27, 2015
2 parents 52c5ff9 + 895eea4 commit 095970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default ModalDialog.extend({

teardown: function() {
Ember.$('body').off('keyup.modal-dialog');
}.on('willDestroyElement'),
}.on('willDestroyElement')
});
```

Expand Down

0 comments on commit 095970d

Please sign in to comment.