1
define( [
2 3
"../var/support" ], function( support ) {
4
"use strict";
5
6
support.focusin = "onfocusin" in window;
7 8
return support;
9
} );