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

Method onClick

app/views/core/AuthModal.js:215–218  ·  view source on GitHub ↗
($noty)

Source from the content-addressed store, hash-verified

213 {
214 text: 'Yes',
215 onClick ($noty) {
216 $noty.close()
217 return mergeLogin(gplusAttrs)
218 },
219 }, { text: 'No', onClick ($noty) { return $noty.close() } }],
220 })
221 } else {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected