From: Ariel Flesler Date: Thu, 8 May 2008 16:10:47 +0000 (+0000) Subject: jquery event: removing 3 unnecessary lines since the addition of $.event.proxy. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=ca73ba5668734523c008147ecd9ea037cc841af4 jquery event: removing 3 unnecessary lines since the addition of $.event.proxy. --- diff --git a/src/event.js b/src/event.js index 603cdb9..a09bcb8 100644 --- a/src/event.js +++ b/src/event.js @@ -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