()
| 13 | module.exports = (ThangTypeCollection = (function () { |
| 14 | ThangTypeCollection = class ThangTypeCollection extends CocoCollection { |
| 15 | static initClass () { |
| 16 | this.prototype.url = '/db/thang.type' |
| 17 | this.prototype.model = ThangType |
| 18 | } |
| 19 | |
| 20 | fetchHeroes () { |
| 21 | return this.fetch({ |