MCPcopy Index your code
hub / github.com/Blogify/Blogify / callbackRemove

Function callbackRemove

public/assets/assets/scripts/frontend.js:10330–10333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10328 this.$backdrop.removeClass('in')
10329
10330 var callbackRemove = function () {
10331 that.removeBackdrop()
10332 callback && callback()
10333 }
10334 $.support.transition && this.$element.hasClass('fade') ?
10335 this.$backdrop
10336 .one('bsTransitionEnd', callbackRemove)

Callers 1

frontend.jsFile · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected