With the inclusion of Function.prototype.bind in ECMAscript 5, I'd
like to open discussion around possibly modifying the API around bind/
unbinding events. I feel changing jQuery would help keep it's API
cleaner. For example, the following seems dirty and will cause
unnecessary confusion:

jQuery.bind('click', someFunction.bind(this));

Maybe listen/unlisten, watch/unwatch, or something similar would be
better.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to