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

Method initClass

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

Source from the content-addressed store, hash-verified

450
451class ImageFileTreema extends GeneralFileTreema {
452 static initClass () {
453 this.prototype.valueClass = 'treema-image-file'
454 this.prototype.editable = false
455 }
456
457 constructor () {
458 super(...arguments)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected