()
| 429 | |
| 430 | class 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' |
nothing calls this directly
no outgoing calls
no test coverage detected