X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fsupport.js;h=9d5558f396a81864b269e0fd8d76b0c326833ed4;hb=59802928566b6be3a66d65e77c2418fff37e6f5f;hp=ad8566d8bd047ab106d5f5d4b48bb3f9636c0f1f;hpb=d42afd0f657d12d6daba6894d40226bea83fe1b6;p=jquery.git diff --git a/src/support.js b/src/support.js index ad8566d..9d5558f 100644 --- a/src/support.js +++ b/src/support.js @@ -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;