()
| 13 | module.exports = (AchievementCollection = (function () { |
| 14 | AchievementCollection = class AchievementCollection extends CocoCollection { |
| 15 | static initClass () { |
| 16 | this.prototype.url = '/db/achievement' |
| 17 | this.prototype.model = Achievement |
| 18 | } |
| 19 | |
| 20 | fetchRelatedToLevel (levelOriginal, options) { |
| 21 | options = _.extend({ data: {} }, options) |