MCPcopy Index your code
hub / github.com/prototypejs/prototype / isBody

Function isBody

src/prototype/dom/layout.js:1663–1665  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1661 });
1662
1663 function isBody(element) {
1664 return element.nodeName.toUpperCase() === 'BODY';
1665 }
1666
1667 function isHtml(element) {
1668 return element.nodeName.toUpperCase() === 'HTML';

Callers 3

getOffsetParentFunction · 0.85
positionedOffsetFunction · 0.85
layout.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected