Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDeprecate jQuery.type #3605
Closed
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
Fixes jquerygh-3605
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Dec 18, 2017
Fixes jquerygh-3605
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Dec 19, 2017
Fixes jquerygh-3605
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Dec 19, 2017
Fixes jquerygh-3605
This was referenced Jan 9, 2018
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 14, 2018
Fixes jquerygh-3605
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 15, 2018
Fixes jquerygh-3605
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 15, 2018
Fixes jquerygh-3605
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 15, 2018
Fixes jquerygh-3605
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 15, 2018
Fixes jquerygh-3605
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jan 16, 2018
Fixes jquerygh-3605
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
jQuery.typeis 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.camelCaseby removing it from the public API.