filamentgroup/shoestring

IE8 - .on/.bind need the ability to pass data into them

Closed this issue · 2 comments

Example:

$button.bind( "click" , { key: value } , fn );

Should be accessible in the callback fn(e){} with e.data.key, returning value

This is functional on any browser > IE8

Closed per more specific description in #27