MCPcopy Index your code
hub / github.com/prototypejs/prototype / delayedFunctionWithArgs

Function delayedFunctionWithArgs

test/unit/tests/function.test.js:117–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 window.delayed = undefined;
116 var delayedFunction = function() { window.delayed = true; };
117 var delayedFunctionWithArgs = function() { window.delayedWithArgs = $A(arguments).join(' '); };
118 delayedFunction.delay(0.8);
119 delayedFunctionWithArgs.delay(0.8, 'hello', 'world');
120 assert.isUndefined(window.delayed);

Callers

nothing calls this directly

Calls 1

$AFunction · 0.85

Tested by

no test coverage detected