Home | History | Annotate | Download | only in src

Lines Matching refs:Safari

2274  *  - Zooming (while panning) on Safari has still some issues
2282 * Updated the zoom code to support the mouse wheel on Safari/Chrome
2335 window.addEventListener('mousewheel', handleMouseWheel, false); // Chrome/Safari
2396 delta = evt.wheelDelta / 3600; // Chrome/Safari