mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Stage 1-2: Remove a space after comma in parameter list for generated
function source.
This commit is contained in:
parent
b68de773fd
commit
9081722152
1 changed files with 1 additions and 1 deletions
|
|
@ -1681,7 +1681,7 @@ FunctionConstructor(JSContext* cx, const CallArgs& args, GeneratorKind generator
|
|||
|
||||
if (i < args.length() - 2) {
|
||||
// Step 9.d.iii.
|
||||
if (!sb.append(", "))
|
||||
if (!sb.append(","))
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue