diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2025-03-18 11:45:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 11:45:00 +0100 |
commit | 6843ced12e4051aefbee47cf87fa79794737eb8a (patch) | |
tree | 267c0ae0d63a7b607c408a9223795c020ba4f74d /Gruntfile.js | |
parent | ef28a5f57036e32a66e6d469e345d7376ecdaffc (diff) | |
download | jquery-ui-6843ced12e4051aefbee47cf87fa79794737eb8a.tar.gz jquery-ui-6843ced12e4051aefbee47cf87fa79794737eb8a.zip |
Spinner: Drop dependency on jQuery Mousewheel
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
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index bbb71d33e..4f7dcc73e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -247,9 +247,6 @@ grunt.initConfig( { "requirejs/require.js": "requirejs/require.js", - "jquery-mousewheel/jquery.mousewheel.js": "jquery-mousewheel/jquery.mousewheel.js", - "jquery-mousewheel/LICENSE.txt": "jquery-mousewheel/LICENSE.txt", - "jquery-simulate/jquery.simulate.js": "jquery-simulate/jquery.simulate.js", "jquery-simulate/LICENSE.txt": "jquery-simulate/LICENSE.txt", |