MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / isWindow

Function isWindow

static/plugins/jquery/jquery.js:91–93  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

89
90
91var isWindow = function isWindow( obj ) {
92 return obj != null && obj === obj.window;
93 };
94
95
96var document = window.document;

Callers 2

isArrayLikeFunction · 0.70
jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected