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

Method initialize

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

Source from the content-addressed store, hash-verified

20 }
21
22 initialize () {
23 this.on('sync', () => {
24 return Array.from(this.models).map((classroom) =>
25 classroom.capitalizeLanguageName())
26 })
27 return super.initialize(...arguments)
28 }
29
30 fetchMine (options) {
31 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected