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

Method constructor

app/views/teachers/CourseNagSubview.js:27–33  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

25 }
26
27 constructor (options) {
28 super(options)
29 this.prepaids = new Prepaids()
30 this.supermodel.trackRequest(this.prepaids.fetchMineAndShared())
31 this.listenTo(this.prepaids, 'sync', this.gotPrepaids)
32 this.shown = false
33 }
34
35 afterRender () {
36 super.afterRender()

Callers

nothing calls this directly

Calls 1

fetchMineAndSharedMethod · 0.80

Tested by

no test coverage detected