Skip to content

Commit

Permalink
Temporarily backing out commit bd47479.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Oct 26, 2010
1 parent a68a85a commit 7066bb3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/event.js
Expand Up @@ -1069,11 +1069,6 @@ function liveHandler( event ) {
return;
}

// IE will still dispatch events on disabled elements, so halt it (#6911)
if( event.target.disabled ) {
return;
}

if ( event.namespace ) {
namespace = new RegExp("(^|\\.)" + event.namespace.split(".").join("\\.(?:.*\\.)?") + "(\\.|$)");
}
Expand Down

0 comments on commit 7066bb3

Please sign in to comment.