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

Method constructor

app/views/admin/PendingPatchesView.js:33–37  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

31 }
32
33 constructor (options) {
34 super(options)
35 this.nameMap = {}
36 this.patches = this.supermodel.loadCollection(new PendingPatchesCollection(), 'patches', { cache: false }).model
37 }
38
39 onLoaded () {
40 super.onLoaded()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected