powmedia / backbone.bootstrap-modal

Bootstrap Modal wrapper for use with Backbone.
MIT License
183 stars 97 forks source link

Fixed escape click event - missing a check of escape option #69

Open oraricha opened 9 years ago

oraricha commented 9 years ago

While clicking ESC, the modal should be closed only if the the escape options is set to true. The code is missing a check of the state of this flag while triggering the "cancel" event caused by a click on ESC button.