(delta = 20, animation = false)
| 2411 | } |
| 2412 | |
| 2413 | function zoomLeft(delta = 20, animation = false) |
| 2414 | { |
| 2415 | zoomMove(-delta, 0, animation); |
| 2416 | } |
| 2417 | |
| 2418 | function zoomRight(delta = 20, animation = false) |
| 2419 | { |
nothing calls this directly
no test coverage detected