MCPcopy
hub / github.com/blueimp/Gallery / closeHandler

Function closeHandler

js/blueimp-gallery.js:518–523  ·  view source on GitHub ↗

* Close handler * * @param {event} event Close event

(event)

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…