OSDN Git Service

2ba1168dd383602785afee2c11f8ab39e7cdba59
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / var / isWindow.js
1 define( function() {
2         "use strict";
3
4         return function isWindow( obj ) {
5                 return obj != null && obj === obj.window;
6         };
7
8 } );