mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-09 17:17:58 -05:00
1. Listen to the native `wheel` event without depending on any wrapper plugins. 2. Keep listening to the `mousewheel` event for compatibility with projects using the jQuery Mousewheel plugin but route it to the `wheel` handler. Closes gh-2338