From f69e4794d2d016c8cdbf4a4de8affd0c92f2732c Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 22 Mar 2023 19:34:14 -0600 Subject: chore: update ext/ code to only use ASCII (#18371) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek Iwańczuk --- ext/web/02_event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/web/02_event.js') diff --git a/ext/web/02_event.js b/ext/web/02_event.js index f354bf182..347344b94 100644 --- a/ext/web/02_event.js +++ b/ext/web/02_event.js @@ -996,7 +996,7 @@ class EventTarget { // If signal is not null and its aborted flag is set, then return. return; } else { - // If listener’s signal is not null, then add the following abort + // If listener's signal is not null, then add the following abort // abort steps to it: Remove an event listener. signal.addEventListener("abort", () => { self.removeEventListener(type, callback, options); -- cgit v1.2.3