MCPcopy Index your code
hub / github.com/jquery/jquery / bodyProps

Function bodyProps

test/unit/offset.js:533–537  ·  view source on GitHub ↗
( position )

Source from the content-addressed store, hash-verified

531 64, 32, 128, 64, 256, 128, position );
532 },
533 bodyProps = function( position ) {
534 return props( position === "static" ? 0 : 8192, position === "static" ? 0 : 4096,
535 512, 256, 1024, 512, 2048, 1024, position,
536 position !== "fixed" && "documentElement" );
537 };
538
539 function getExpectations( htmlPos, bodyPos, scrollTop, scrollLeft ) {
540

Callers 1

getExpectationsFunction · 0.85

Calls 1

propsFunction · 0.85

Tested by

no test coverage detected