From 211979253d9a4ccc92c58505020cb00532c5dcdf Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Thu, 12 Dec 2019 00:50:00 +0100 Subject: [PATCH] =?UTF-8?q?fix(`callback=C2=A0interface`):=20Make=C2=A0`Ev?= =?UTF-8?q?entListener`=20into=C2=A0reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index fe1a34d3..ccf139a6 100644 --- a/index.bs +++ b/index.bs @@ -1446,7 +1446,7 @@ Note: See also the similarly named [=callback function=] definition. unless required to describe the requirements of existing APIs. Instead, a [=callback function=] should be used. - The definition of EventListener as a + The definition of {{EventListener}} as a [=callback interface=] is an example of an existing API that needs to allow objects with a @@ -5637,7 +5637,7 @@ will not be treated as platform objects that implement NodeEventListener interface. +{{EventListener}} interface.

Types