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

Method constructor

app/views/account/InvoicesView.js:32–36  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

30 }
31
32 constructor (options) {
33 super(options)
34 this.amount = utils.getQueryVariable('a', 0)
35 this.description = utils.getQueryVariable('d', '')
36 }
37
38 getMeta () {
39 return { title: $.i18n.t('account.invoices_title') }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected