MCPcopy Create free account
hub / github.com/components/jquery / isWindow

Function isWindow

jquery.js:75–77  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

73}
74
75function isWindow( obj ) {
76 return obj != null && obj === obj.window;
77}
78
79function isArrayLike( obj ) {
80

Callers 2

isArrayLikeFunction · 0.70
jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected