()
| 446 | } |
| 447 | |
| 448 | function zoomDone() { |
| 449 | computeZoomUpdates(); |
| 450 | removeZoombox(gd); |
| 451 | dragTail(); |
| 452 | showDoubleClickNotifier(gd); |
| 453 | } |
| 454 | |
| 455 | // scroll zoom, on all draggers except corners |
| 456 | var scrollViewBox = [0, 0, pw, ph]; |
nothing calls this directly
no test coverage detected
searching dependent graphs…