aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2011-09-19 09:41:55 -0400
committerRick Waldron <waldron.rick@gmail.com>2011-09-19 09:41:55 -0400
commitbc65f930b557b42a50f20adee4933a1ed3409f67 (patch)
tree8ab8373d3a6b224dd77e6390cf61b56ccde46d79 /src/attributes.js
parent6174612daad811a89915d03017bd4869970e60da (diff)
downloadjquery-bc65f930b557b42a50f20adee4933a1ed3409f67.tar.gz
jquery-bc65f930b557b42a50f20adee4933a1ed3409f67.zip
Fixes typo
Diffstat (limited to 'src/attributes.js')
-rw-r--r--src/attributes.js2
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 );