File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
packages/@ember/-internals/glimmer/lib/helpers Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 Where the 3rd item in the array is bound to updates of the `myOtherPerson` property.
3232
3333 @method array
34- @for Ember.Templates.helpers
34+ @for @ember /helper
3535 @param {Array } options
3636 @return {Array } Array
3737 @since 3.8.0
Original file line number Diff line number Diff line change 2121
2222 @public
2323 @method concat
24- @for Ember.Templates.helpers
24+ @for @ember /helper
2525 @since 1.13.0
2626*/
Original file line number Diff line number Diff line change 6565 See also [partial application](https://en.wikipedia.org/wiki/Partial_application).
6666
6767 @method fn
68- @for Ember.Templates.helpers
68+ @for @ember /helper
6969 @public
7070 @since 3.11.0
7171*/
Original file line number Diff line number Diff line change 9393
9494 @public
9595 @method get
96- @for Ember.Templates.helpers
96+ @for @ember /helper
9797 @since 2.1.0
9898 */
Original file line number Diff line number Diff line change 3434 ```
3535
3636 @method hash
37- @for Ember.Templates.helpers
37+ @for @ember /helper
3838 @param {Object } options
3939 @return {Object } Hash
4040 @since 2.3.0
You can’t perform that action at this time.
0 commit comments