Closed jamesplease closed 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.
obj.listenTo(target, ...)
obj
_.bindAll
If you're interested in a PR I can go through and remove these binds.
By all means, go for it!
I'm on it :fist:
obj.listenTo(target, ...)
binds the context of the callback toobj
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.