Home | History | Annotate | Download | only in bench

Lines Matching refs:origName

6518 		var ret, type, origName = jQuery.camelCase( name ),
6519 style = elem.style, hooks = jQuery.cssHooks[ origName ];
6521 name = jQuery.cssProps[ origName ] || origName;
6540 if ( type === "number" && !jQuery.cssNumber[ origName ] ) {