MCPcopy Create free account
hub / github.com/codecombat/codecombat / destroy

Method destroy

app/views/core/JuniorModal.js:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 destroy () {
58 $('#modal-wrapper').off('mousemove')
59 window.removeEventListener('resize', this.setCSSVariables)
60 super.destroy()
61 }
62 }
63 JuniorModal.initClass()
64 return JuniorModal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected