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

Method onClick

app/models/Classroom.js:527–530  ·  view source on GitHub ↗
($noty)

Source from the content-addressed store, hash-verified

525 addClass: 'btn btn-danger',
526 text: $.i18n.t('teacher.archive_without_revoking'),
527 onClick ($noty) {
528 $noty.close()
529 return resolve(false)
530 }
531 },
532 {
533 addClass: 'btn btn-primary',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected