()
| 35 | |
| 36 | class LadderCollection extends CocoCollection { |
| 37 | static initClass () { |
| 38 | this.prototype.url = '' |
| 39 | this.prototype.model = Level |
| 40 | } |
| 41 | |
| 42 | constructor (model) { |
| 43 | super() |
nothing calls this directly
no outgoing calls
no test coverage detected