(delta = 20, animation = false)
| 2416 | } |
| 2417 | |
| 2418 | function zoomRight(delta = 20, animation = false) |
| 2419 | { |
| 2420 | zoomMove(delta, 0, animation); |
| 2421 | } |
| 2422 | |
| 2423 | function zoomMove(x = 0, y = 0, animation = false) |
| 2424 | { |
nothing calls this directly
no test coverage detected