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