No ticket: minor 1.x/2.x code standardization

This commit is contained in:
Richard Gibson
2013-04-05 01:16:32 -04:00
parent 4ef516903e
commit ca045de688
2 changed files with 15 additions and 10 deletions

View File

@@ -354,7 +354,7 @@ jQuery.extend({
// Boolean attributes get special treatment (#10870)
if ( jQuery.expr.match.boolean.test( name ) ) {
// Set corresponding property to false for boolean attributes
// Set corresponding property to false
if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) {
elem[ propName ] = false;
// Support: IE<9