Merging pull request 183 for #7793.

This commit is contained in:
jeresig 2011-01-17 15:45:07 -05:00
commit 987c44bee4
2 changed files with 13 additions and 5 deletions

View file

@ -603,7 +603,7 @@ jQuery.Event = function( src ) {
// Events bubbling up the document may have been marked as prevented
// by a handler lower down the tree; reflect the correct value.
this.isDefaultPrevented = (src.defaultPrevented || src.returnValue === false ||
this.isDefaultPrevented = (src.defaultPrevented || src.returnValue === false ||
src.getPreventDefault && src.getPreventDefault()) ? returnTrue : returnFalse;
// Event type