MCPcopy
hub / github.com/layerJS/layerJS / callback

Function callback

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

Source from the content-addressed store, hash-verified

56 var $el = this
57 $(this).one('bsTransitionEnd', function () { called = true })
58 var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
59 setTimeout(callback, duration)
60 return this
61 }

Callers 6

bootstrap.jsFile · 0.70
callbackRemoveFunction · 0.70
completeFunction · 0.70
nextFunction · 0.70
utilities.jsFile · 0.50
detectChildrenChangesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected