aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/support.js')
-rw-r--r--src/support.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support.js b/src/support.js
index ad8566d8b..9d5558f39 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;