powmedia / backbone.bootstrap-modal

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

Updated Order of event triggering to allow listeners on close and cancel... #66

Open jstoneky opened 10 years ago

jstoneky commented 10 years ago

... to set preventClose()

Also added in the event handler for 'close' so it may be listened to separately.

Issue its resolving can be reproduced here http://jsfiddle.net/LvmBP/

davidklebanoff commented 10 years ago

Just a quick glance at this. But the code won't even compile in its current state. Line 228 needs a parenthesis and semicolon.

jstoneky commented 10 years ago

Yup, just a fail on my end, updated.