jquery-mousewheel
jquery-mousewheel copied to clipboard
Event alias
This PR removes all dependency on the jQuery Core event/alias module and deprecated module
It also updates the jQuery core dependency to be >= 1.7.0 to allow this removal.
Browserify build was not working when tested with current browserify updated example to work again and update to use jQuery proper jquery-browserify has not been updated in 3 years.
Looks good to me
@jzaefferer added removal of that property
:+1:
I'm okay with this change but should we consider it a major break? Bower and npm users should be protected by the dependencies declared in their files but the majority of users are probably just including the file and putting this out as e.g. 3.1.14 may not make things clear.
@dmethvin thats probably a good point we should probably do a full version bump
The readme in test/browserify still says "npm install jquery-browserify", the rest looks wrong, too. Shouldn't it describe how to install browserify
?
@jzaefferer I opened #150 for that.