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

Method initClass

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

Source from the content-addressed store, hash-verified

429
430class VttFileTreema extends GeneralFileTreema {
431 static initClass () {
432 this.prototype.valueClass = 'treema-vtt-file'
433 this.prototype.editable = false
434 }
435
436 buildValueForDisplay (valEl, data) {
437 const fileExtension = '.vtt'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected