]> source.dussan.org Git - jquery.git/commitdiff
Correct code style in comment line
authorOleg <markelog@gmail.com>
Fri, 13 Sep 2013 15:29:48 +0000 (19:29 +0400)
committerOleg <markelog@gmail.com>
Fri, 13 Sep 2013 15:29:48 +0000 (19:29 +0400)
src/serialize.js

index fc1b4dfdfc4c31b5488a68fb4e655d3f199e5de9..0d6dfec6ddbba35af2292825cf8d08e27fe398f3 100644 (file)
@@ -88,7 +88,7 @@ jQuery.fn.extend({
                .filter(function() {
                        var type = this.type;
 
-                       // Use .is( ":disabled" ) so that fieldset[ disabled ] works
+                       // Use .is( ":disabled" ) so that fieldset[disabled] works
                        return this.name && !jQuery( this ).is( ":disabled" ) &&
                                rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&
                                ( this.checked || !rcheckableType.test( type ) );