powmedia / backbone.bootstrap-modal

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

Impossible to disable Esc key functionality #70

Open rubengut opened 9 years ago

rubengut commented 9 years ago

Right now it's not possible to disable the use of the Esc key to close the modal.

Both "options.escape" and "options.modalOptions.keyboard" are ignored. In fact, the code shows that "options.escape" it not used at all throughout the code.