MCPcopy
hub / github.com/liabru/jquery-match-height / setTimeout

Function setTimeout

test/page/lib/jasmine-2.3.4/jasmine.js:1149–1151  ·  view source on GitHub ↗
(fn, delay)

Source from the content-addressed store, hash-verified

1147 }
1148
1149 function setTimeout(fn, delay) {
1150 return delayedFunctionScheduler.scheduleFunction(fn, delay, argSlice(arguments, 2));
1151 }
1152
1153 function clearTimeout(id) {
1154 return delayedFunctionScheduler.removeFunctionWithId(id);

Callers 4

gcFunction · 0.85
boot.jsFile · 0.85

Calls 1

argSliceFunction · 0.85

Tested by

no test coverage detected