-
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.unique #2228
Comments
👍 Personally, all of my usage of |
SGTM too 👍 |
Woot! 👍 |
This was referenced May 4, 2015
timmywil
added a commit
that referenced
this issue
May 4, 2015
timmywil
added a commit
that referenced
this issue
Nov 10, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
jQuery.unique
is an alias to the better-namedSizzle.uniqueSort
, and the fact that it sorts has surprised even our own team members.We should deprecate
jQuery.unique
in favor ofjQuery.uniqueSort
(which will need to be introduced).The text was updated successfully, but these errors were encountered: