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

Method loadChallengers

app/views/ladder/LadderPlayModal.js:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 loadChallengers () {
105 this.challengersCollection = new ChallengersData(this.level, this.team, this.otherTeam, this.session, this.options.league)
106 return this.listenTo(this.challengersCollection, 'sync', this.loadNames)
107 }
108
109 // PART 2: Loading the names of the other users
110

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected