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

Method destroy

app/views/ladder/SimulateTabView.js:148–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 destroy () {
149 clearTimeout(this.simulationPageRefreshTimeout)
150 if (this.simulator != null) {
151 this.simulator.destroy()
152 }
153 return super.destroy()
154 }
155 }
156 SimulateTabView.initClass()
157 return SimulateTabView

Callers 1

simulateNextGameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected