-
-
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
Array methods marked as private #12004
Comments
@alexspeller this was with the goal of making all doc privacy settings explicit. |
duggiefresh
added a commit
to duggiefresh/ember.js
that referenced
this issue
Aug 7, 2015
- compact - every - forEach - without - sortBy Closes emberjs#12004 [ci skip]
rwjblue
pushed a commit
to rwjblue/ember.js
that referenced
this issue
Aug 8, 2015
- compact - every - forEach - without - sortBy Closes emberjs#12004 [ci skip] (cherry picked from commit d9c3027)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#11362 marks lots of array methods, e.g. forEach and sortBy, as private. Surely this can't be correct?
@rwjblue is this intentional?
The text was updated successfully, but these errors were encountered: