Home | History | Annotate | Download | only in bin

Lines Matching full:safari

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