-
Notifications
You must be signed in to change notification settings - Fork 476
Remove the code from jQuery versions older than 1.12/2.2 #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, agreed that a lot of the older functionality should be removed. Nobody using jQuery 3.0 should also be using I think we agreed it would be a two-step process where someone would run with Migrate 1.4.0 (or later), fix problems, then use Migrate 3.0.0. I think we specifically wanted to avoid having people "stack" Migrates to get things working. 😸 |
…is method Fixes jquery#150 Refs jquery/jquery#2800 Refs jquery#152
…is method Fixes jquery#150 Refs jquery/jquery#2800 Refs jquery#152
PR: #155. Review appreciated. |
Since Migrate 3.0 is supposed to work only with jQuery 1.12/2.2, it shouldn't restore behavior not present in these versions, e.g.
jQuery.browser
,jQuery.support.boxModel
,jQuery.sub
& others.The text was updated successfully, but these errors were encountered: