MCPcopy
hub / github.com/layerJS/layerJS / callbackRemove

Function callbackRemove

test/e2e/bootstrap/bootstrap/js/bootstrap.js:1138–1141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1136 this.$backdrop.removeClass('in')
1137
1138 var callbackRemove = function () {
1139 that.removeBackdrop()
1140 callback && callback()
1141 }
1142 $.support.transition && this.$element.hasClass('fade') ?
1143 this.$backdrop
1144 .one('bsTransitionEnd', callbackRemove)

Callers 1

bootstrap.jsFile · 0.85

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected