MCPcopy
hub / github.com/layui/layui / isWindow

Function isWindow

src/modules/jquery.js:87–89  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

85 };
86
87 var isWindow = function isWindow(obj) {
88 return obj != null && obj === obj.window;
89 };
90
91 var document = window.document;
92

Callers 2

isArrayLikeFunction · 0.85
jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected