support.js 118 Bytes
define( [
	"../var/support"
], function( support ) {

support.focusin = "onfocusin" in window;

return support;

} );