()
| 84 | this.listenTo(modal, 'accepted-patch', function (attrs) { return this.trigger('accepted-patch', attrs) }) |
| 85 | return this.listenTo(modal, 'hide', function () { |
| 86 | const f = () => this.reloadPatches() |
| 87 | setTimeout(f, 400) |
| 88 | return this.stopListening(modal) |
| 89 | }) |
nothing calls this directly
no test coverage detected