aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes/attr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes/attr.js')
-rw-r--r--src/attributes/attr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes/attr.js b/src/attributes/attr.js
index 0e4e3b225..af9b3d09b 100644
--- a/src/attributes/attr.js
+++ b/src/attributes/attr.js
@@ -38,7 +38,7 @@ jQuery.extend( {
return jQuery.prop( elem, name, value );
}
- // All attributes are lowercase
+ // Attribute hooks are determined by the lowercase version
// Grab necessary hook if one is defined
if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
hooks = jQuery.attrHooks[ name.toLowerCase() ] ||