()
| 20 | // so if sender wants later to send the same file again, |
| 21 | // the 'change' event is triggered correctly. |
| 22 | reset() { |
| 23 | const field = $(this.element); |
| 24 | field.wrap('<form>').closest('form').get(0).reset(); |
| 25 | field.unwrap(); |
| 26 | }, |
| 27 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected