mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
jquery event: removing 3 unnecessary lines since the addition of $.event.proxy.
This commit is contained in:
parent
9f0c0cfec5
commit
ca73ba5668
@ -33,9 +33,6 @@ jQuery.event = {
|
|||||||
|
|
||||||
// Store data in unique handler
|
// Store data in unique handler
|
||||||
handler.data = data;
|
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
|
// Init the element's event structure
|
||||||
|
Loading…
Reference in New Issue
Block a user