Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Sep 19, 2011
1 parent 6174612 commit bc65f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributes.js
Expand Up @@ -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 );

Expand Down

0 comments on commit bc65f93

Please sign in to comment.