From 80538b04fd4ce8bd531d3d1fb60236a315c82d80 Mon Sep 17 00:00:00 2001 From: Oleg Date: Fri, 13 Sep 2013 19:29:48 +0400 Subject: [PATCH] Correct code style in comment line --- src/serialize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serialize.js b/src/serialize.js index fc1b4dfdf..0d6dfec6d 100644 --- a/src/serialize.js +++ b/src/serialize.js @@ -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 ) ); -- 2.39.5