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:
parent
1d2b1a57da
commit
8db0dd2c64
|
@ -404,6 +404,10 @@ jQuery.event = {
|
||||||
return event;
|
return event;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Deprecated, use jQuery.guid instead
|
||||||
|
guid: 1E8,
|
||||||
|
|
||||||
|
// Deprecated, use jQuery.proxy instead
|
||||||
proxy: jQuery.proxy,
|
proxy: jQuery.proxy,
|
||||||
|
|
||||||
special: {
|
special: {
|
||||||
|
|
Loading…
Reference in a new issue