Make sure that expando properties aren't set on embed, applet, or object elements...
[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;