()
| 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 |