Style formatting

This commit is contained in:
timmywil 2011-03-25 23:36:07 -04:00
parent 448111cbd4
commit 03da4c7ca7

View file

@ -299,7 +299,8 @@ jQuery.extend({
// Normalize the name if needed
name = notxml && jQuery.attrFix[ name ] || name;
// Get the appropriate hook, or the formHook if getSetAttribute is not supported and we have form objects in IE6/7
// Get the appropriate hook, or the formHook
// if getSetAttribute is not supported and we have form objects in IE6/7
hooks = formHook && ( name === "name" || elem.nodeName === "FORM" ) ?
formHook( name ) :
jQuery.attrHooks[ name ];