244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
4 lines
68 B
Handlebars
4 lines
68 B
Handlebars
{{#each this.rows key=this.key as |row|}}
|
|
{{yield row}}
|
|
{{/each}}
|