OSDN Git Service

Merge pull request #22 from Bytom/dev_tools_for_transaction
[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 } );