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

Method destroy

app/views/teachers/LicenseStatsModal.js:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 destroy () {
70 if (typeof this.onDestroy === 'function') {
71 this.onDestroy()
72 }
73 return super.destroy()
74 }
75 }
76 LicenseStatsModal.initClass()
77 return LicenseStatsModal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected