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

Method initialize

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

Source from the content-addressed store, hash-verified

35 }
36
37 initialize () {
38 this.listenTo(this, 'change:aceConfig', this.capitalizeLanguageName)
39 return super.initialize(...arguments)
40 }
41
42 parse (obj) {
43 if (obj._id) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected