()
| 17 | |
| 18 | class LevelSessionsCollection extends CocoCollection { |
| 19 | static initClass () { |
| 20 | this.prototype.url = '' |
| 21 | this.prototype.model = LevelSession |
| 22 | } |
| 23 | |
| 24 | constructor (model) { |
| 25 | super() |
nothing calls this directly
no outgoing calls
no test coverage detected