()
| 52 | |
| 53 | class LevelSessionsCollection extends CocoCollection { |
| 54 | static initClass () { |
| 55 | this.prototype.url = '' |
| 56 | this.prototype.model = LevelSession |
| 57 | } |
| 58 | |
| 59 | constructor (levelID) { |
| 60 | super() |
nothing calls this directly
no outgoing calls
no test coverage detected