Standardize on using double-quotes for string literals.
This commit is contained in:
parent
61e37d4149
commit
3776cbe314
8 changed files with 31 additions and 30 deletions
|
@ -380,7 +380,7 @@ jQuery.extend({
|
|||
|
||||
jQuery.each(elems, function( i, elem ) {
|
||||
if ( typeof elem === "number" ) {
|
||||
elem += '';
|
||||
elem += "";
|
||||
}
|
||||
|
||||
if ( !elem ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue