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

Method initClass

app/views/user/IdentifyView.js:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13module.exports = (IdentifyView = (function () {
14 IdentifyView = class IdentifyView extends RootView {
15 static initClass () {
16 this.prototype.id = 'identify-view'
17 this.prototype.template = template
18 }
19
20 getRenderData () {
21 const context = super.getRenderData()

Callers 1

IdentifyView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected