mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
6 lines
165 B
CoffeeScript
6 lines
165 B
CoffeeScript
|
PatchModel = require 'models/Patch'
|
||
|
CocoCollection = require 'collections/CocoCollection'
|
||
|
|
||
|
module.exports = class Patches extends CocoCollection
|
||
|
model: PatchModel
|