Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
isWindow( obj ) {
2
return
obj != null && obj === obj.window;
3
}
Callers
4
dimensions.js
File · 0.90
offset.js
File · 0.90
isArrayLike
Function · 0.90
trigger.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected