| 12 | |
| 13 | module.exports = (LeaderboardCollection = (function () { |
| 14 | LeaderboardCollection = class LeaderboardCollection extends CocoCollection { |
| 15 | static initClass () { |
| 16 | this.prototype.url = '' |
| 17 | this.prototype.model = LevelSession |
nothing calls this directly
no outgoing calls
no test coverage detected