Fixes typo

This commit is contained in:
Rick Waldron
2011-09-19 09:41:55 -04:00
parent 6174612daa
commit bc65f930b5

View File

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