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

Method initClass

app/views/account/PrepaidView.js:34–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 static initClass () {
35 this.prototype.id = 'prepaid-view'
36 this.prototype.template = template
37 this.prototype.className = 'container-fluid'
38
39 this.prototype.events = {
40 'click #lookup-code-btn': 'onClickLookupCodeButton',
41 'click #redeem-code-btn': 'onClickRedeemCodeButton',
42 'click .start-subscription-button': 'onClickStartSubscription'
43 }
44 }
45
46 initialize () {
47 let left

Callers 1

PrepaidView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected