MCPcopy
hub / github.com/puma/puma-dev / callbackRemove

Function callbackRemove

docs/js/bootstrap.js:1108–1111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1106 this.$backdrop.removeClass('in')
1107
1108 var callbackRemove = function () {
1109 that.removeBackdrop()
1110 callback && callback()
1111 }
1112 $.support.transition && this.$element.hasClass('fade') ?
1113 this.$backdrop
1114 .one('bsTransitionEnd', callbackRemove)

Callers 1

bootstrap.jsFile · 0.85

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected