()
| 42 | |
| 43 | class LadderCollection extends CocoCollection { |
| 44 | static initClass () { |
| 45 | this.prototype.url = '' |
| 46 | this.prototype.model = Level |
| 47 | } |
| 48 | |
| 49 | constructor (model) { |
| 50 | super() |
nothing calls this directly
no outgoing calls
no test coverage detected