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

Method onFail

app/views/ladder/LadderTabView.js:567–570  ·  view source on GitHub ↗
(resource, jqxhr)

Source from the content-addressed store, hash-verified

565 // and apply them to sessions. Fetching each and every time is too costly.
566
567 onFail (resource, jqxhr) {
568 if (this.destroyed) { return }
569 return this.trigger('error', this, jqxhr)
570 }
571
572 inTopSessions () {
573 let needle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected