()
| 636 | |
| 637 | class LadderCollection extends CocoCollection { |
| 638 | static initClass () { |
| 639 | this.prototype.url = '' |
| 640 | this.prototype.model = Level |
| 641 | } |
| 642 | |
| 643 | constructor (model) { |
| 644 | super() |
nothing calls this directly
no outgoing calls
no test coverage detected