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

Method getMeta

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected