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

Method getRenderData

app/views/play/modal/PollModal.js:40–46  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

38 }
39
40 getRenderData (c) {
41 c = super.getRenderData(c)
42 c.poll = this.poll
43 c.i18n = utils.i18n
44 c.marked = marked
45 return c
46 }
47
48 afterRender () {
49 super.afterRender()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected