mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 23:58:12 -05:00
Added in a holdover jQuery.event.guid for back-compat (two plugins use it: mousewheel and a datepicker). Plugin authors should work to stop using jQuery.event.guid and jQuery.event.proxy ASAP.
This commit is contained in:
@@ -404,6 +404,10 @@ jQuery.event = {
|
||||
return event;
|
||||
},
|
||||
|
||||
// Deprecated, use jQuery.guid instead
|
||||
guid: 1E8,
|
||||
|
||||
// Deprecated, use jQuery.proxy instead
|
||||
proxy: jQuery.proxy,
|
||||
|
||||
special: {
|
||||
|
||||
Reference in New Issue
Block a user