X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fattributes.js;h=787c6bbe4178f399cfea88d3059eb41d025b3b86;hb=3776cbe314ac6f5081e998c3d5ac84d3fbc51872;hp=4f5692f577b1055984f6266c6bf41f927802f5ba;hpb=61e37d41490aed319a176c6ca7feb95e5505059c;p=jquery.git diff --git a/src/attributes.js b/src/attributes.js index 4f5692f..787c6bb 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -137,7 +137,7 @@ jQuery.fn.extend({ // Typecast once if the value is a number if ( typeof value === "number" ) { - value += ''; + value += ""; } var val = value; @@ -149,7 +149,7 @@ jQuery.fn.extend({ // Typecast each time if the value is a Function and the appended // value is therefore different each time. if ( typeof val === "number" ) { - val += ''; + val += ""; } }