Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
function
isWindow( obj ) {
76
return
obj != null && obj === obj.window;
77
}
78
79
function
isArrayLike( obj ) {
80
Callers
2
isArrayLike
Function · 0.70
jquery.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected