HenrikJoreteg / HenrikJoreteg/human-javascript
Remove explicit bind in listenTo
Open
bug
- Dominant language
- CSS
- Stars
- 82
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
page 72: listenTo is used with an explicit _.bind call for the this.render method, but it is not explained why. I never do it this way anymore, I simply assume that the context in the render method is set correctly to the view when using this.render as the third argument to an event binding call. Am I missing an important edge case?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.