MCPcopy Index your code
hub / github.com/jquery/jquery / isWindow

Function isWindow

dist-module/jquery.module.js:61–63  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

59}
60
61function isWindow( obj ) {
62 return obj != null && obj === obj.window;
63}
64
65function isArrayLike( obj ) {
66

Callers 2

isArrayLikeFunction · 0.70
jQueryFactoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected