git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68a85a
)
Temporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4.
author
John Resig
<jeresig@gmail.com>
Tue, 26 Oct 2010 03:26:19 +0000
(20:26 -0700)
committer
John Resig
<jeresig@gmail.com>
Tue, 26 Oct 2010 03:26:19 +0000
(20:26 -0700)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
cf3ec2a
..
b4b4da9
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-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("\\.(?:.*\\.)?") + "(\\.|$)");
}