Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed ember resolver warning for ambiguous
authorNames
access
no issue - we've added an `{{author-names}}` helper, this generated a warning from `{{gh-posts-list-item}}` which contained `{{authorNames}}` referencing a CP on the component context - changing the CP access to be explicit using `{{this.authorNames}}` resolves the warning - updated other references in the template to be explicit in order to differentiate between local context and helpers (this will be enforced in later Ember versions)
- Loading branch information