()
| 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 |
no outgoing calls
no test coverage detected