OSDN Git Service

e3db9ad83fed842fa2c2eca24ff67e95410f3af9
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / event / support.js
1 define( [
2         "../var/support"
3 ], function( support ) {
4
5 "use strict";
6
7 support.focusin = "onfocusin" in window;
8
9 return support;
10
11 } );