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

Method constructor

app/views/account/PrepaidView.js:27–32  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

25module.exports = (PrepaidView = (function () {
26 PrepaidView = class PrepaidView extends RootView {
27 constructor (...args) {
28 super(...args)
29 this.dashedPPC = this.dashedPPC.bind(this)
30 this.onClickStartSubscription = this.onClickStartSubscription.bind(this)
31 this.confirmRedeem = this.confirmRedeem.bind(this)
32 }
33
34 static initClass () {
35 this.prototype.id = 'prepaid-view'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected