reboundjs / rebound

Automatic data binding for backbone using HTMLBars.
MIT License
43 stars 4 forks source link

Remove unnecessary `_.bindAll` calls #29

Closed jamesplease closed 9 years ago

jamesplease commented 9 years ago

obj.listenTo(target, ...) binds the context of the callback to obj automatically, so there's no reason to _.bindAll in situations like this.

If you're interested in a PR I can go through and remove these binds.

amiller-gh commented 9 years ago

By all means, go for it!

jamesplease commented 9 years ago

I'm on it :fist: