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

Method initClass

app/models/State.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11module.exports = (State = (function () {
12 State = class State extends CocoModel {
13 static initClass () {
14 this.className = 'State'
15 }
16 }
17 State.initClass()
18 return State

Callers 1

State.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected