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

Function isWindow

dist-module/jquery.factory.slim.module.js:66–68  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

64}
65
66function isWindow( obj ) {
67 return obj != null && obj === obj.window;
68}
69
70function isArrayLike( obj ) {
71

Callers 2

isArrayLikeFunction · 0.70
jQueryFactoryWrapperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected