diff options
-rw-r--r-- | src/attributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.js b/src/attributes.js index 50a4f6290..9edf0fbf9 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -367,7 +367,7 @@ jQuery.extend({ if ( elem.nodeType === 1 ) { name = jQuery.attrFix[ name ] || name; - // See #9699 for explanation of ths approach (setting first, then removal) + // See #9699 for explanation of this approach (setting first, then removal) jQuery.attr( elem, name, "" ); elem.removeAttribute( name ); |