MCPcopy Create free account
hub / github.com/apache/mesos / callback

Function callback

site/source/assets/js/bootstrap.js:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 var called = false, $el = this
54 $(this).one($.support.transition.end, function () { called = true })
55 var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
56 setTimeout(callback, duration)
57 return this
58 }

Callers 6

notifiedMethod · 0.85
processCheckResultMethod · 0.85
failureMethod · 0.85
successMethod · 0.85
bootstrap.jsFile · 0.85
nextFunction · 0.85

Calls 2

triggerMethod · 0.80
$Function · 0.70

Tested by

no test coverage detected