Standardize on using double-quotes for string literals.
[jquery.git] / src / manipulation.js
index 7500730..5109cf0 100644 (file)
@@ -380,7 +380,7 @@ jQuery.extend({
 
                jQuery.each(elems, function( i, elem ) {
                        if ( typeof elem === "number" ) {
-                               elem += '';
+                               elem += "";
                        }
 
                        if ( !elem ) {