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

Method initClass

app/views/contribute/AdventurerView.js:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.exports = (AdventurerView = (function () {
15 AdventurerView = class AdventurerView extends ContributeClassView {
16 static initClass () {
17 this.prototype.id = 'adventurer-view'
18 this.prototype.template = template
19 }
20
21 initialize () {
22 return this.contributorClassName = 'adventurer'

Callers 1

AdventurerView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected