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

Function dispatchFunction

external/.d3.js:2481–2485  ·  view source on GitHub ↗
(type, params)

Source from the content-addressed store, hash-verified

2479}
2480
2481function dispatchFunction(type, params) {
2482 return function() {
2483 return dispatchEvent(this, type, params.apply(this, arguments));
2484 };
2485}
2486
2487function selection_dispatch(type, params) {
2488 return this.each((typeof params === "function"

Callers

nothing calls this directly

Calls 1

dispatchEventFunction · 0.85

Tested by

no test coverage detected