()
| 222 | } |
| 223 | |
| 224 | getMeta () { |
| 225 | return { |
| 226 | title: $.i18n.t('ladder.title'), |
| 227 | link: [ |
| 228 | { vmid: 'rel-canonical', rel: 'canonical', content: '/play' } |
| 229 | ] |
| 230 | } |
| 231 | } |
| 232 | |
| 233 | loadLeague () { |
| 234 | if (!['clan', 'course'].includes(this.leagueType)) { this.leagueID = (this.leagueType = null) } |
nothing calls this directly
no outgoing calls
no test coverage detected