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

Method initClass

app/views/editor/campaign/CampaignEditorView.js:715–717  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

713
714class LevelNode extends TreemaObjectNode {
715 static initClass () {
716 this.prototype.valueClass = 'treema-level'
717 }
718
719 buildValueForDisplay (valEl, data) {
720 let { name } = data

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected