We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Thanks!
Hi Michael,
Actually you don't need to use fat arrow in views events callback. Backbone bound the view to those callbacks and set `this` properly.
http://backbonejs.org/docs/...
Cheers,
Thanks for the correction! I've removed the Backbone part from the code to make the fat arrow example more clear.
Awesome! This cleared up a lot