]> source.dussan.org Git - jquery.git/commitdiff
Expose the proxy object on the object, for the benefit of plugin authors (Thanks...
authorJohn Resig <jeresig@gmail.com>
Fri, 15 Jan 2010 20:41:09 +0000 (15:41 -0500)
committerJohn Resig <jeresig@gmail.com>
Fri, 15 Jan 2010 20:41:09 +0000 (15:41 -0500)
src/event.js

index f36139fb5f87798b52e5c9ae5918b5db34b78277..fb28cb904e499e0d05c3cc00599851201a49124d 100644 (file)
@@ -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 ); 
                                
                        },