heyuntao
2023-07-17 1be984c228884ce454b3d7fc49ec175a836323d3
1
2
3
4
5
6
7
8
9
define( [
    "../var/support"
], function( support ) {
 
support.focusin = "onfocusin" in window;
 
return support;
 
} );