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

Method getMeta

app/views/account/PaymentsView.js:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 getMeta () {
44 return { title: $.i18n.t('account.payments_title') }
45 }
46
47 onLoaded () {
48 this.prepaidMap = _.zipObject(_.map(this.prepaids.models, m => m.id), this.prepaids.models)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected