Make sure that we're doing proper focus bubble testing. Also simplified the logic for the IE focusin/focusout handling.
This commit is contained in:
parent
19ad49e607
commit
542099a278
2 changed files with 15 additions and 24 deletions
|
@ -109,6 +109,7 @@
|
|||
|
||||
jQuery.support.submitBubbles = eventSupported("submit");
|
||||
jQuery.support.changeBubbles = eventSupported("change");
|
||||
jQuery.support.focusBubbles = eventSupported("focus");
|
||||
|
||||
// release memory in IE
|
||||
root = script = div = all = a = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue