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