diff --git a/src/event.js b/src/event.js index 7f2e1d8b..fe197189 100644 --- a/src/event.js +++ b/src/event.js @@ -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 ||