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:
jeresig 2010-01-05 19:17:28 -05:00
parent 1d2b1a57da
commit 8db0dd2c64

View file

@ -404,6 +404,10 @@ jQuery.event = {
return event;
},
// Deprecated, use jQuery.guid instead
guid: 1E8,
// Deprecated, use jQuery.proxy instead
proxy: jQuery.proxy,
special: {