(delta = 20, animation = false)
| 2401 | } |
| 2402 | |
| 2403 | function zoomUp(delta = 20, animation = false) |
| 2404 | { |
| 2405 | zoomMove(0, delta, animation); |
| 2406 | } |
| 2407 | |
| 2408 | function zoomDown(delta = 20, animation = false) |
| 2409 | { |
nothing calls this directly
no test coverage detected