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

Method destroy

app/views/clans/ClansView.js:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 destroy () {
61 if (typeof this.stopListening === 'function') {
62 this.stopListening()
63 }
64 return super.destroy()
65 }
66
67 afterRender () {
68 super.afterRender()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected