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

Method initClass

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

Source from the content-addressed store, hash-verified

206
207class SoundFileTreema extends TreemaNode.nodeMap.string {
208 static initClass () {
209 this.prototype.valueClass = 'treema-sound-file'
210 this.prototype.editable = false
211 this.prototype.soundCollection = 'files'
212 }
213
214 constructor () {
215 super(...arguments)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected