()
| 246 | this.listenTo(this.patchesView, 'accepted-patch', function (attrs) { |
| 247 | if (attrs != null ? attrs.save : undefined) { |
| 248 | const f = () => this.startCommittingLevel(attrs) |
| 249 | return setTimeout(f, 400) // Give some time for closing patch modal |
| 250 | } else { |
| 251 | if (!key.shift) { return location.reload() } |
nothing calls this directly
no test coverage detected