git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb496f7
)
Expose the proxy object on the object, for the benefit of plugin authors (Thanks...
author
John Resig
<jeresig@gmail.com>
Fri, 15 Jan 2010 20:41:09 +0000
(15:41 -0500)
committer
John Resig
<jeresig@gmail.com>
Fri, 15 Jan 2010 20:41:09 +0000
(15:41 -0500)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
f36139f
..
fb28cb9
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-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 );
},