( position )
| 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 ); |
| 532 | }, |
| 533 | bodyProps = function( position ) { |
| 534 | return props( position === "static" ? 0 : 8192, position === "static" ? 0 : 4096, |
| 535 | 512, 256, 1024, 512, 2048, 1024, position, |
no test coverage detected