()
| 206 | |
| 207 | class SoundFileTreema extends TreemaNode.nodeMap.string { |
| 208 | static initClass () { |
| 209 | this.prototype.valueClass = 'treema-sound-file' |
| 210 | this.prototype.editable = false |
| 211 | this.prototype.soundCollection = 'files' |
| 212 | } |
| 213 | |
| 214 | constructor () { |
| 215 | super(...arguments) |
nothing calls this directly
no outgoing calls
no test coverage detected