Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQuery...
authorjeresig <jeresig@gmail.com>
Thu, 31 Dec 2009 05:37:23 +0000 (00:37 -0500)
committerjeresig <jeresig@gmail.com>
Thu, 31 Dec 2009 05:37:23 +0000 (00:37 -0500)
commit66975de2d249643779e2b3daad0457f7f5f92508
treefd368ab01390379a77c4031bd2f925ccd798a72a
parenta00e63ea5a2c26f8e6384b5d1e2247be44c727e9
Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQuery.proxy() as alternative to handling scoping on callbacks. Fixes #5736.
src/event.js
test/unit/event.js