(event)
| 19607 | } |
| 19608 | |
| 19609 | function noevent(event) { |
| 19610 | event.preventDefault(); |
| 19611 | event.stopImmediatePropagation(); |
| 19612 | } |
| 19613 | |
| 19614 | // Ignore right-click, since that should open the context menu. |
| 19615 | // except for pinch-to-zoom, which is sent as a wheel+ctrlKey event |
no outgoing calls
no test coverage detected