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

Method initClass

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

Source from the content-addressed store, hash-verified

14module.exports = (Courses = (function () {
15 Courses = class Courses extends CocoCollection {
16 static initClass () {
17 this.prototype.model = Course
18 this.prototype.url = '/db/course'
19 }
20
21 fetchReleased (options) {
22 if (options == null) { options = {} }

Callers 1

Courses.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected