Skip to content

Commit

Permalink
Added hidden/ignore tags to classes that are not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Mar 14, 2024
1 parent 2fbd61b commit 7745b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/event-handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*

Check failure on line 6 in src/event-handle.js

View workflow job for this annotation

GitHub Actions / Lint

Trailing spaces not allowed
* @hidden

Check failure on line 7 in src/event-handle.js

View workflow job for this annotation

GitHub Actions / Lint

Invalid JSDoc tag name "hidden"
*/
class EventHandle {
/**
Expand Down

0 comments on commit 7745b55

Please sign in to comment.