(delta = 20, animation = false)
| 2406 | } |
| 2407 | |
| 2408 | function zoomDown(delta = 20, animation = false) |
| 2409 | { |
| 2410 | zoomMove(0, -delta, animation); |
| 2411 | } |
| 2412 | |
| 2413 | function zoomLeft(delta = 20, animation = false) |
| 2414 | { |
nothing calls this directly
no test coverage detected