()
| 349 | |
| 350 | class GeneralFileTreema extends TreemaNode.nodeMap.string { |
| 351 | static initClass () { |
| 352 | this.prototype.valueClass = 'treema-file' |
| 353 | this.prototype.editable = false |
| 354 | } |
| 355 | |
| 356 | constructor () { |
| 357 | super(...arguments) |
nothing calls this directly
no outgoing calls
no test coverage detected