MCPcopy Create free account
hub / github.com/codecombat/codecombat / initClass

Method initClass

app/collections/Patches.js:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.exports = (Patches = (function () {
15 Patches = class Patches extends CocoCollection {
16 static initClass () {
17 this.prototype.model = PatchModel
18 }
19
20 fetchMineFor (targetModel, options) {
21 if (options == null) { options = {} }

Callers 1

Patches.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected