diff options
Diffstat (limited to 'src/event')
-rw-r--r-- | src/event/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/support.js b/src/event/support.js index 85060db77..7ddca6a8d 100644 --- a/src/event/support.js +++ b/src/event/support.js @@ -2,7 +2,7 @@ define([ "../var/support" ], function( support ) { -support.focusinBubbles = "onfocusin" in window; +support.focusin = "onfocusin" in window; return support; |