paf31 / purescript-jquery

Type declarations for jQuery
MIT License
30 stars 28 forks source link

What is on' for? #8

Closed jfilip closed 9 years ago

jfilip commented 10 years ago

It takes an extra parameter, sel, but doesn't seem to use it.

garyb commented 10 years ago

Looks like you're right, feel free to submit a PR to fix it. ;)

I assume it's supposed to be for the .on(event, selector, handler) style usage.