We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

arkhamDev • 10 years ago

Awesome! This cleared up a lot

Innokenty Longway • 10 years ago

Thanks!

Manuel Mujica • 12 years ago

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,

Michael Joseph Kramer • 12 years ago

Thanks for the correction! I've removed the Backbone part from the code to make the fat arrow example more clear.