Correct code style in comment line

This commit is contained in:
Oleg 2013-09-13 19:29:48 +04:00
parent cb37994d76
commit 80538b04fd

View 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 ) );