()
| 64 | |
| 65 | class LevelSessionsCollection extends CocoCollection { |
| 66 | static initClass () { |
| 67 | this.prototype.url = '' |
| 68 | this.prototype.model = LevelSession |
| 69 | } |
| 70 | |
| 71 | constructor (model) { |
| 72 | super() |
nothing calls this directly
no outgoing calls
no test coverage detected