MCPcopy Create free account
hub / github.com/breck7/scroll / delayFunction

Function delayFunction

external/.d3.js:4553–4557  ·  view source on GitHub ↗
(id, value)

Source from the content-addressed store, hash-verified

4551}
4552
4553function delayFunction(id, value) {
4554 return function() {
4555 init(this, id).delay = +value.apply(this, arguments);
4556 };
4557}
4558
4559function delayConstant(id, value) {
4560 return value = +value, function() {

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected