aurajs / aura

A scalable, event-driven JavaScript architecture for developing component-based applications.
MIT License
2.94k stars 255 forks source link

Simplify an example #327

Closed dcherman closed 10 years ago

dcherman commented 10 years ago

The third documented argument to .on is the context for the callback, so we don't need to use _.bind for this example

addyosmani commented 10 years ago

Thanks @dcherman!