> Example 2 + 6 would be ideal, pass the event? There has to be some kind of extender function: either Barry's curry (which could be abstracted to wrap any function instead of hard-coding 'fn' and 'ALPHA'), or an anonymous layer like mine, or you can use Moo's bind:
http://jsfiddle.net/nU5Ex/7/
Using bind, you have to rebind `this` to preserve traditional event
listener behavior, which makes it more confusing IMO.
-- S.
