MCPcopy Create free account
hub / github.com/codecombat/codecombat / f

Method f

app/views/editor/PatchesView.js:86–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 })

Callers

nothing calls this directly

Calls 1

reloadPatchesMethod · 0.95

Tested by

no test coverage detected