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

Method destroy

app/views/admin/MaintenanceModal.js:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 destroy () {
29 if (typeof this.onDestroy === 'function') {
30 this.onDestroy()
31 }
32 return super.destroy()
33 }
34 }
35 MaintenanceModal.initClass()
36 return MaintenanceModal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected