diff options
Diffstat (limited to 'src/attributes')
-rw-r--r-- | src/attributes/attr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes/attr.js b/src/attributes/attr.js index 2773a383c..d6d497735 100644 --- a/src/attributes/attr.js +++ b/src/attributes/attr.js @@ -50,7 +50,7 @@ jQuery.extend( { return ret; } - elem.setAttribute( name, value + "" ); + elem.setAttribute( name, value ); return value; } |