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 f36139f..fb28cb9 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 ); 
                                
                        },