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

Method initClass

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

Source from the content-addressed store, hash-verified

19module.exports = (PaymentsView = (function () {
20 PaymentsView = class PaymentsView extends RootView {
21 static initClass () {
22 this.prototype.id = 'payments-view'
23 this.prototype.template = template
24 }
25
26 initialize () {
27 super.initialize()

Callers 1

PaymentsView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected