()
| 7634 | brushmove(); |
| 7635 | d3_eventCancel(); |
| 7636 | function mouse() { |
| 7637 | var touches = d3.event.changedTouches; |
| 7638 | return touches ? d3.touches(target, touches)[0] : d3.mouse(target); |
| 7639 | } |
| 7640 | function keydown() { |
| 7641 | if (d3.event.keyCode == 32) { |
| 7642 | if (!dragging) { |
no outgoing calls
no test coverage detected