()
| 127 | } |
| 128 | |
| 129 | destroy () { |
| 130 | if (!this.hidden) { this.hide() } |
| 131 | if (this.$el) { this.$el.off('hide.bs.modal') } |
| 132 | __guardMethod__(this.focusTrap, 'deactivate', o => o.deactivate()) |
| 133 | return super.destroy() |
| 134 | } |
| 135 | } |
| 136 | ModalView.initClass() |
| 137 | return ModalView |
nothing calls this directly
no test coverage detected