]> source.dussan.org Git - jquery.git/commitdiff
Fixes typo 510/head
authorRick Waldron <waldron.rick@gmail.com>
Mon, 19 Sep 2011 13:41:55 +0000 (09:41 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 19 Sep 2011 13:41:55 +0000 (09:41 -0400)
src/attributes.js

index 50a4f6290edb1c85e120c343a28d089b52ef3fcf..9edf0fbf918b4c4523f22c1578511d05922cd201 100644 (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 );