Skip to content
Permalink
Browse files
Correct code style in comment line
  • Loading branch information
markelog committed Sep 13, 2013
1 parent cb37994 commit 80538b0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 ) );

0 comments on commit 80538b0

Please sign in to comment.