-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Ember.computed.sort fails on 2.x with null list (worked in 1.13) #12207
Comments
Should be fixed on master |
@stefanpenner still present on master http://emberjs.jsbin.com/pucelamoce/1/edit?html,css,js,output |
@stefanpenner @fivetanley Seems like the easiest solution is to check I can submit a pull if you think that's the way to go. I'm not really up on Ember's style guide anymore :( |
Ah sort not map |
@rwjblue @stefanpenner Yea, I'll make it so. |
[BUGFIX release] Ember.computed.sort was crashing when it hit a null value. Fixes #12207.
When the target of
Ember.computed.sort
is null it causes a crash on the 2.x branch. It worked on the Ember 1.13.x branch.Ember 1.13.9: http://emberjs.jsbin.com/mejidiniju/1/edit
Ember 2.1-beta.2: http://emberjs.jsbin.com/pujaxeceqe/1/edit
The text was updated successfully, but these errors were encountered: