()
| 107 | } |
| 108 | |
| 109 | onEsc () { |
| 110 | if (__guard__(__guard__(this.$el.data('bs.modal'), x1 => x1.options), x => x.keyboard)) { |
| 111 | return this.hide() |
| 112 | } |
| 113 | } |
| 114 | |
| 115 | // TODO: Combine hide/onHidden such that backbone 'hide/hidden.bs.modal' events and our 'hide/hidden' events are more 1-to-1 |
| 116 | // For example: |