Skip to content
Permalink
Browse files
Remove this.type assignment
  • Loading branch information
rwaldron committed Apr 5, 2011
1 parent b1b2e83 commit 92a4d59
Showing 1 changed file with 0 additions and 4 deletions.
@@ -590,10 +590,6 @@ jQuery.Event = function( src ) {
}
}

if ( !this.type ) {
this.type = src.type;
}

// 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 ||

0 comments on commit 92a4d59

Please sign in to comment.