Skip to content
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

[BUGFIX canary] Update Ember.compare to use operators #13007

Merged
merged 1 commit into from
Feb 29, 2016

Conversation

duggiefresh
Copy link
Contributor

instead of String#localeCompare

There are edge cases where String#localeCompare behaves unexpectedly,
so, we'll use relational operators instead to compare Strings.

Closes #11252

instead of String#localeCompare

There are edge cases where String#localeCompare behaves unexpectedly,
so, we'll use relational operators instead to compare Strings.

Closes emberjs#11252
rwjblue added a commit that referenced this pull request Feb 29, 2016
[BUGFIX canary] Update Ember.compare to use operators
@rwjblue rwjblue merged commit 346bdc3 into emberjs:master Feb 29, 2016
@duggiefresh duggiefresh deleted the 11252-update-ember-compare branch February 29, 2016 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants