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

Method initClass

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

Source from the content-addressed store, hash-verified

349
350class GeneralFileTreema extends TreemaNode.nodeMap.string {
351 static initClass () {
352 this.prototype.valueClass = 'treema-file'
353 this.prototype.editable = false
354 }
355
356 constructor () {
357 super(...arguments)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected