Closed dcherman closed 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
.on
_.bind
Thanks @dcherman!
The third documented argument to
.on
is the context for the callback, so we don't need to use_.bind
for this example