]> source.dussan.org Git - jquery.git/commitdiff
Style formatting
authortimmywil <tim.willison@thisismedium.com>
Sat, 26 Mar 2011 03:36:07 +0000 (23:36 -0400)
committertimmywil <tim.willison@thisismedium.com>
Sun, 3 Apr 2011 23:13:40 +0000 (19:13 -0400)
src/attributes.js

index 44b16825bbb31cd662082cc556322e9c1be45134..c5f9dfbb5f9d2351e501f034ee55f8963dd402b9 100644 (file)
@@ -290,7 +290,7 @@ jQuery.extend({
                }
 
                if ( pass && name in jQuery.attrFn ) {
-                       return jQuery(elem)[name](value);
+                       return jQuery( elem )[ name ]( value );
                }
                
                var ret, hooks,
@@ -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 ];