(options)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected