-
Notifications
You must be signed in to change notification settings - Fork 274
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
JQMIGRATE: jQuery.type is deprecated #189
Comments
It's just a little check that makes sure the passed type is a string and only set's it's internal type to it; if it is. |
Line 198 in 4f64562
|
@J-Brk i would have thought that would have worked. I made the change in my file but instead of using jbox.all.min.js I used jBox.js with the new change but got this error. |
Just commented on the pull request: You have to make the changes in the src files ( |
`// Set the jBox type
jQuery.migrate-3.3.2 throws this warning for line 198 in jbox.all.js v 3.5
I am not sure how to fix this or else I would do a PR.
The text was updated successfully, but these errors were encountered: