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

Method constructor

app/views/editor/PatchesView.js:31–35  ·  view source on GitHub ↗
(model, options)

Source from the content-addressed store, hash-verified

29 }
30
31 constructor (model, options) {
32 super(options)
33 this.model = model
34 this.initPatches()
35 }
36
37 initPatches () {
38 this.startedLoading = false

Callers

nothing calls this directly

Calls 1

initPatchesMethod · 0.95

Tested by

no test coverage detected