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

Method initialize

app/views/play/menu/ItemView.js:19–23  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

17 }
18
19 initialize (options) {
20 super.initialize(...arguments)
21 this.item = options.item
22 this.includes = options.includes || {}
23 }
24
25 getRenderData () {
26 const c = super.getRenderData()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected