From e36699aa5ee5647943e087dbe0383f8056534856 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 7 Feb 2024 08:33:16 -0800 Subject: [PATCH] [spec] accept optional arguments to pass to the callback Fixes #9 --- index.html | 8 ++++---- spec.emu | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 7be82bc..bfaaf13 100644 --- a/index.html +++ b/index.html @@ -1554,7 +1554,7 @@ }); let sdoMap = JSON.parse(`{}`); -let biblio = JSON.parse(`{"refsByClause":{},"entries":[{"type":"clause","id":"sec-promise.try","title":"Promise.try ( callbackfn )","titleHTML":"Promise.try ( callbackfn )","number":"1"},{"type":"clause","id":"sec-copyright-and-software-license","title":"Copyright & Software License","titleHTML":"Copyright & Software License","number":"A"}]}`); +let biblio = JSON.parse(`{"refsByClause":{},"entries":[{"type":"clause","id":"sec-promise.try","title":"Promise.try ( callbackfn, ...args )","titleHTML":"Promise.try ( callbackfn, ...args )","number":"1"},{"type":"clause","id":"sec-copyright-and-software-license","title":"Copyright & Software License","titleHTML":"Copyright & Software License","number":"A"}]}`); ;let usesMultipage = false