MCPcopy
hub / github.com/MrNothing/AI-Blocks / callbackRemove

Function callbackRemove

docs/assets/plugins/bootstrap/js/bootstrap.js:1130–1133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1128 this.$backdrop.removeClass('in')
1129
1130 var callbackRemove = function () {
1131 that.removeBackdrop()
1132 callback && callback()
1133 }
1134 $.support.transition && this.$element.hasClass('fade') ?
1135 this.$backdrop
1136 .one('bsTransitionEnd', callbackRemove)

Callers 1

bootstrap.jsFile · 0.85

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected