MCPcopy Index your code
hub / github.com/codecombat/codecombat / destroy

Method destroy

app/views/core/ModalView.js:129–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

hideMethod · 0.95
__guardMethod__Function · 0.70

Tested by

no test coverage detected