Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/flesler/jquery.scrollTo
/ isWin
Function
isWin
jquery.scrollTo.js:35–38 ·
view source on GitHub ↗
(elem)
Source
from the content-addressed store, hash-verified
33
};
34
35
function
isWin(elem) {
36
return
!elem.nodeName ||
37
$.inArray(elem.nodeName.toLowerCase(), [
'iframe'
,
'#document'
,
'html'
,
'body'
]) !== -1;
38
}
39
40
function
isFunction(obj) {
41
// Brought from jQuery since it's deprecated
Callers
1
jquery.scrollTo.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected