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

Method initClass

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

Source from the content-addressed store, hash-verified

408
409class JavaScriptFileTreema extends GeneralFileTreema {
410 static initClass () {
411 this.prototype.valueClass = 'treema-js-file'
412 this.prototype.editable = false
413 }
414
415 buildValueForDisplay (valEl, data) {
416 const mimetype = 'text/javascript'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected