(e)
| 127 | } |
| 128 | |
| 129 | function handleScanEnd(e) { |
| 130 | if (mode == MOUSEPAN) panMove(e.clientX, e.clientY); |
| 131 | setMode(IDLE); |
| 132 | svg.removeEventListener('mousemove', handleScanMove); |
| 133 | if (!moved) clickHandler(e.target); |
| 134 | } |
| 135 | |
| 136 | // Find touch object with specified identifier. |
| 137 | function findTouch(tlist, id) { |