()
| 354 | } |
| 355 | |
| 356 | constructor () { |
| 357 | super(...arguments) |
| 358 | this.onFileChosen = this.onFileChosen.bind(this) |
| 359 | this.onFileUploaded = this.onFileUploaded.bind(this) |
| 360 | initializeFilePicker() |
| 361 | } |
| 362 | |
| 363 | onClick (e) { |
| 364 | if ($(e.target).closest('.btn').length) { return } |
nothing calls this directly
no test coverage detected