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

Method initialize

app/views/core/ConfirmModal.js:27–29  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

25 }
26
27 initialize (options) {
28 return _.assign(this, _.pick(options, 'title', 'body', 'decline', 'confirm', 'closeOnConfirm', 'closeButton'))
29 }
30
31 onClickDecline () { return this.trigger('decline') }
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected