diff options
Diffstat (limited to 'src/manipulation.js')
-rw-r--r-- | src/manipulation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js index 7500730f9..5109cf093 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -380,7 +380,7 @@ jQuery.extend({ jQuery.each(elems, function( i, elem ) { if ( typeof elem === "number" ) { - elem += ''; + elem += ""; } if ( !elem ) { |