diff --git a/src/event-handle.js b/src/event-handle.js index bd7048f..351801b 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. + * + * @ignore */ class EventHandle { /**