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

Method destroy

app/views/ladder/LadderView.js:515–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

513 }
514
515 destroy () {
516 clearInterval(this.refreshInterval)
517 if (this.tournamentTimeRefreshInterval) {
518 clearInterval(this.tournamentTimeRefreshInterval)
519 }
520 if (this.checkTournamentCloseInterval) {
521 clearInterval(this.checkTournamentCloseInterval)
522 }
523 return super.destroy()
524 }
525 }
526 LadderView.initClass()
527 return LadderView

Callers 1

refreshLadderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected