-
Notifications
You must be signed in to change notification settings - Fork 470
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
jquery migrate jQuery.isArray #220
Comments
I had to revert the commit and reopen this, I should have realized that the previous 3.x versions still have this used internally and thus throw spurious errors. This is the same problem that would manifest in #156 and #246 if they were landed now. We can either wait until jQuery Migrate 4.0 to land all these or add a version check and only give the warnings on later jQuery 3.x versions. Even with that, it makes the refactoring of the methods in core the critical path. |
Issue raised based on checklist of jquery/jquery#2961
The text was updated successfully, but these errors were encountered: