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

Method initClass

app/core/treema-ext.js:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67class VersionTreema extends TreemaNode {
68 static initClass () {
69 this.prototype.valueClass = 'treema-version'
70 }
71
72 buildValueForDisplay (valEl, data) {
73 return this.buildValueForDisplaySimply(valEl, `${data.major}.${data.minor}`)

Callers 1

treema-ext.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected