mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Expose the proxy object on the object, for the benefit of plugin authors (Thanks to Justin Meyer for the suggestion).
This commit is contained in:
@@ -428,6 +428,8 @@ jQuery.event = {
|
||||
jQuery.extend( proxy, data || {} );
|
||||
|
||||
proxy.guid += data.selector + data.live;
|
||||
data.liveProxy = proxy;
|
||||
|
||||
jQuery.event.add( this, data.live, liveHandler, data );
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user