This commit is contained in:
John Resig 2010-10-12 21:51:44 -04:00
commit 2ef8da0924
2 changed files with 5 additions and 2 deletions

View file

@ -282,7 +282,7 @@ jQuery.event = {
handle.elem = null;
}
delete elemData[ eventKey ];
delete elemData.events;
delete elemData.handle;
if ( typeof elemData === "function" ) {