From 7745b5502f837426d67c3ccc1b1437ce661a97b0 Mon Sep 17 00:00:00 2001 From: kpal Date: Thu, 14 Mar 2024 13:47:02 +0000 Subject: [PATCH] Added hidden/ignore tags to classes that are not exported --- src/event-handle.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/event-handle.js b/src/event-handle.js index bd7048f..7c3e157 100644 --- a/src/event-handle.js +++ b/src/event-handle.js @@ -3,6 +3,8 @@ * to add, remove, and invoke event handlers associated with specific event names. Each EventHandle * is linked to an 'owner' object, typically an instance of the Events class, allowing for elegant * event management and chaining. + * + * @hidden */ class EventHandle { /**