MCPcopy Create free account
hub / github.com/apache/impala / callbackRemove

Function callbackRemove

tests/comparison/leopard/static/js/bootstrap.js:1110–1113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

bootstrap.jsFile · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected