(e)
| 221 | } |
| 222 | |
| 223 | onClick (e) { |
| 224 | if ($(e.target).closest('.btn').length) { return } |
| 225 | return super.onClick(...arguments) |
| 226 | } |
| 227 | |
| 228 | getFiles () { |
| 229 | return (this.settings[this.soundCollection] != null ? this.settings[this.soundCollection].models : undefined) || [] |