()
| 1164 | d3_window.focus(); |
| 1165 | d3_eventCancel(); |
| 1166 | function mousemove() { |
| 1167 | moved = 1; |
| 1168 | translateTo(d3.mouse(target), l); |
| 1169 | dispatch(event_); |
| 1170 | } |
| 1171 | function mouseup() { |
| 1172 | if (moved) d3_eventCancel(); |
| 1173 | w.on("mousemove.zoom", null).on("mouseup.zoom", null); |
nothing calls this directly
no test coverage detected