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

Method getRenderData

app/views/account/IsraelSignupView.js:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 getRenderData () {
93 const c = super.getRenderData()
94 return _.extend({}, this.state.attributes, c)
95 }
96
97 onChangeName (e) {
98 // sync form info with state, but do not re-render

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected