()
| 226 | } |
| 227 | |
| 228 | getFiles () { |
| 229 | return (this.settings[this.soundCollection] != null ? this.settings[this.soundCollection].models : undefined) || [] |
| 230 | } |
| 231 | |
| 232 | buildValueForDisplay (valEl, data) { |
| 233 | let path |
no outgoing calls
no test coverage detected