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

Function props

test/unit/offset.js:517–523  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

515 ( "top left marginTop marginLeft borderTop borderLeft paddingTop paddingLeft" +
516 " style parent" ).split( /\s+/g ),
517 props = function() {
518 var propObj = {};
519 supportjQuery.each( arguments, function( i, value ) {
520 propObj[ BOX_PROPS[ i ] ] = value;
521 } );
522 return propObj;
523 },
524
525 // Values must stay synchronized with test/data/offset/boxes.html
526 divProps = function( position, parentId ) {

Callers 3

divPropsFunction · 0.85
htmlPropsFunction · 0.85
bodyPropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected