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

Method initClass

app/collections/Prepaids.js:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17module.exports = (Prepaids = (function () {
18 Prepaids = class Prepaids extends CocoCollection {
19 static initClass () {
20 this.prototype.model = Prepaid
21
22 this.prototype.url = '/db/prepaid'
23 }
24
25 initialize () {
26 return super.initialize(...arguments)

Callers 1

Prepaids.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected