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

Method initClass

app/collections/Classrooms.js:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15module.exports = (Classrooms = (function () {
16 Classrooms = class Classrooms extends CocoCollection {
17 static initClass () {
18 this.prototype.model = Classroom
19 this.prototype.url = '/db/classroom'
20 }
21
22 initialize () {
23 this.on('sync', () => {

Callers 1

Classrooms.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected