Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
1560ca1e5570c4ae60fd1ac62ff012addf6624b7
/
.
/
node_modules
/
jquery
/
src
/
var
/
isWindow.js
blob: 2ba1168dd383602785afee2c11f8ab39e7cdba59 [
file
] [
log
] [
blame
]
define
(
function
()
{
"use strict"
;
return
function
isWindow
(
obj
)
{
return
obj
!=
null
&&
obj
===
obj
.
window
;
};
}
);