MCPcopy Create free account
hub / github.com/blockstrap/framework / callback

Function callback

blockstrap/bootstrap/js/transition.js:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 var called = false, $el = this
38 $(this).one($.support.transition.end, function () { called = true })
39 var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
40 setTimeout(callback, duration)
41 return this
42 }

Callers 15

blockstrap_coreFunction · 0.85
blockstrap.jsFile · 0.85
accounts.jsFile · 0.85
blockchains.jsFile · 0.85
api.jsFile · 0.85
data.jsFile · 0.85
security.jsFile · 0.85
templates.jsFile · 0.85
widgets.jsFile · 0.85
contacts.jsFile · 0.85
_fnSortListenerFunction · 0.85
__reloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected