Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disabled native event triggering (and, thus, bubbling) for global eve…
…nts.
  • Loading branch information
jeresig committed Dec 22, 2008
1 parent c03a280 commit 77477d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.js
Expand Up @@ -178,7 +178,7 @@ jQuery.event = {
if ( this.global[type] )
jQuery.each( jQuery.cache, function(){
if ( this.events && this.events[type] )
jQuery.event.trigger( type, data, this.handle.elem );
jQuery.event.trigger( type, data, this.handle.elem, false );
});

// Handle triggering a single element
Expand Down

0 comments on commit 77477d5

Please sign in to comment.