MCPcopy
hub / github.com/mongodb/node-mongodb-native / callback

Function callback

docs/2.2/lib/bootstrap.js:54–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

bootstrap.jsFile · 0.70
nextFunction · 0.70
jquery.jsFile · 0.50

Calls 2

$Function · 0.50
triggerMethod · 0.45

Tested by

no test coverage detected