]> source.dussan.org Git - jquery.git/commitdiff
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 603cdb9d5eca2d428c21275b96fdaeae4d376afd..a09bcb8a5be084ace78c3c248f729d56aafe155d 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