jquery event: removing 3 unnecessary lines since the addition of $.event.proxy.

This commit is contained in:
Ariel Flesler 2008-05-08 16:10:47 +00:00
parent 9f0c0cfec5
commit ca73ba5668

View 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