Skip to content

Commit

Permalink
Fix #10468. Remove jQuery.event.proxy and jQuery.event.guid.
Browse files Browse the repository at this point in the history
These were deprecated several versions ago and have always been undocumented. Use jQuery.proxy() and jQuery.guid instead.
  • Loading branch information
dmethvin committed Oct 11, 2011
1 parent c51a970 commit 307b1a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/event.js
Expand Up @@ -558,12 +558,6 @@ jQuery.event = {
return fixHook.filter? fixHook.filter( event, originalEvent ) : event;
},

// Deprecated, use jQuery.guid instead
guid: 1E8,

// Deprecated, use jQuery.proxy instead
proxy: jQuery.proxy,

special: {
ready: {
// Make sure the ready event is setup
Expand Down

0 comments on commit 307b1a3

Please sign in to comment.