X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fsupport.js;h=9d5558f396a81864b269e0fd8d76b0c326833ed4;hb=542099a278e79dce38e814e7e7b448a1b73df82f;hp=ad8566d8bd047ab106d5f5d4b48bb3f9636c0f1f;hpb=19ad49e607e91919210a766e17f67f0fc6af7af1;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;