Make sure that we're doing proper focus bubble testing. Also simplified the logic...
[jquery.git] / src / support.js
index ad8566d..9d5558f 100644 (file)
        
        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;