MCPcopy
hub / github.com/amsul/pickadate.js / setTimeout

Function setTimeout

tests/jasmine-2.0.0/jasmine.js:959–961  ·  view source on GitHub ↗
(fn, delay)

Source from the content-addressed store, hash-verified

957 }
958
959 function setTimeout(fn, delay) {
960 return delayedFunctionScheduler.scheduleFunction(fn, delay, argSlice(arguments, 2));
961 }
962
963 function clearTimeout(id) {
964 return delayedFunctionScheduler.removeFunctionWithId(id);

Callers 9

ui-pickadate.jsFile · 0.85
jquery.1.7.0.jsFile · 0.85
doScrollCheckFunction · 0.85
handleQueueMarkDeferFunction · 0.85
createFxNowFunction · 0.85
jquery.2.0.0.jsFile · 0.85
createFxNowFunction · 0.85
jquery.1.9.1.jsFile · 0.85
createFxNowFunction · 0.85

Calls 1

argSliceFunction · 0.85

Tested by

no test coverage detected