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

Method getRenderData

app/views/core/ModalView.js:52–56  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

50 }
51
52 getRenderData (c) {
53 c = super.getRenderData(c)
54 c.marked = marked
55 return c
56 }
57
58 render () {
59 __guardMethod__(this.focusTrap, 'deactivate', o => o.deactivate())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected