Blame view

vendor/bower-asset/jquery/src/event/support.js 118 Bytes
8ec727c1   曹明   初始化代码提交
1
2
3
4
5
6
7
8
9
define( [
	"../var/support"
], function( support ) {

support.focusin = "onfocusin" in window;

return support;

} );