Skip to content

Commit

Permalink
remove reference to dprecation (no longer applies)
Browse files Browse the repository at this point in the history
(cherry picked from commit 02e3f0a)
  • Loading branch information
abepetrillo authored and rwjblue committed Apr 3, 2016
1 parent 7460b68 commit ac82c8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ember-runtime/lib/mixins/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,7 @@ export default Mixin.create(Enumerable, {
return an enumerable that maps automatically to the named key on the
member objects.
@each should only be used in a non-terminal context, and is deprecated when
used as a leaf node. Example:
@each should only be used in a non-terminal context. Example:
```javascript
myMethod: computed('[email protected]', function(){
Expand Down

0 comments on commit ac82c8d

Please sign in to comment.