-
Notifications
You must be signed in to change notification settings - Fork 20.6k
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
Deprecate jQuery.type #3605
Comments
This was referenced Apr 2, 2017
PRs accepted? I'd like to contribute to this! |
@ShashankaNataraj absolutely! |
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Dec 18, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Dec 18, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Dec 19, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Dec 19, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 5, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 7, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 8, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 8, 2018
This was referenced Jan 9, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 14, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 15, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 15, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 15, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 15, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 16, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
jQuery.type
is insufficient to deal with the ever-increasing list of @@toStringTag values (cf. gh-3553, gh-3600). But since it is intended for internal use anyway, so we should treat it just likejQuery.isNumeric
,jQuery.proxy
,jQuery.now
, andjQuery.camelCase
by removing it from the public API.The text was updated successfully, but these errors were encountered: