tweak comment

pull/16693/head
ComputerGuy 6 days ago
parent c1b606fcf3
commit 95753ec8fa

@ -100,7 +100,7 @@ export function call(callee, ...args) {
if (typeof callee === 'string') callee = id(callee); if (typeof callee === 'string') callee = id(callee);
args = args.slice(); args = args.slice();
// replacing missing arguments with `undefined`, unless they're at the end in which case remove them // replacing missing arguments with `void(0)`, unless they're at the end in which case remove them
let i = args.length; let i = args.length;
let popping = true; let popping = true;
while (i--) { while (i--) {

Loading…
Cancel
Save