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

Method initClass

app/models/Classroom.js:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29module.exports = (Classroom = (function () {
30 Classroom = class Classroom extends CocoModel {
31 static initClass () {
32 this.className = 'Classroom'
33 this.schema = schema
34 this.prototype.urlRoot = '/db/classroom'
35 }
36
37 initialize () {
38 this.listenTo(this, 'change:aceConfig', this.capitalizeLanguageName)

Callers 1

Classroom.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected