MCPcopy
hub / github.com/jquery/jquery / isWindow

Function isWindow

src/var/isWindow.js:1–3  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

1export function isWindow( obj ) {
2 return obj != null && obj === obj.window;
3}

Callers 4

dimensions.jsFile · 0.90
offset.jsFile · 0.90
isArrayLikeFunction · 0.90
trigger.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected