jquery event: removing 3 unnecessary lines since the addition of $.event.proxy.
authorAriel Flesler <aflesler@gmail.com>
Thu, 8 May 2008 16:10:47 +0000 (16:10 +0000)
committerAriel Flesler <aflesler@gmail.com>
Thu, 8 May 2008 16:10:47 +0000 (16:10 +0000)
src/event.js

index 603cdb9..a09bcb8 100644 (file)
@@ -33,9 +33,6 @@ jQuery.event = {
 
                        // Store data in unique handler 
                        handler.data = data;
-
-                       // Set the guid of unique handler to the same of original handler, so it can be removed 
-                       handler.guid = fn.guid;
                }
 
                // Init the element's event structure