MCPcopy Create free account
hub / github.com/jquery/jquery / divProps

Function divProps

test/unit/offset.js:526–528  ·  view source on GitHub ↗
( position, parentId )

Source from the content-addressed store, hash-verified

524
525 // Values must stay synchronized with test/data/offset/boxes.html
526 divProps = function( position, parentId ) {
527 return props( 8, 4, 16, 8, 4, 2, 32, 16, position, parentId );
528 },
529 htmlProps = function( position ) {
530 return props( position === "static" ? 0 : 4096, position === "static" ? 0 : 2048,
531 64, 32, 128, 64, 256, 128, position );

Callers 1

getExpectationsFunction · 0.85

Calls 1

propsFunction · 0.85

Tested by

no test coverage detected