MCPcopy Index your code
hub / github.com/jipegit/OSXAuditor / dispatch

Function dispatch

d3-3.2.8/d3.js:1216–1223  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

1214 }).map(y0.invert));
1215 }
1216 function dispatch(event) {
1217 rescale();
1218 event({
1219 type: "zoom",
1220 scale: scale,
1221 translate: translate
1222 });
1223 }
1224 function mousedowned() {
1225 var target = this, event_ = event.of(target, arguments), eventTarget = d3.event.target, dragged = 0, w = d3.select(d3_window).on(mousemove, moved).on(mouseup, ended), l = location(d3.mouse(target)), dragRestore = d3_event_dragSuppress();
1226 function moved() {

Callers 5

movedFunction · 0.85
startedFunction · 0.85
mousewheeledFunction · 0.85
dblclickedFunction · 0.85
dispatch-test.jsFile · 0.85

Calls 2

rescaleFunction · 0.85
eventFunction · 0.85

Tested by

no test coverage detected