* Close handler * * @param {event} event Close event
(event)
| 516 | * @param {event} event Close event |
| 517 | */ |
| 518 | function closeHandler(event) { |
| 519 | if (event.target === that.container[0]) { |
| 520 | that.container.off(that.support.transition.end, closeHandler) |
| 521 | that.handleClose() |
| 522 | } |
| 523 | } |
| 524 | if (this.options.onclose) { |
| 525 | this.options.onclose.call(this) |
| 526 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…