Skip to content

Commit

Permalink
Remove redundant @Augments tag
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jun 13, 2024
1 parent f3e61b3 commit db5dd8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import Events from './events.js';

/**
* Manages history actions for undo / redo operations.
*
* @augments Events
*/
class History extends Events {
_executing = 0;
Expand Down
2 changes: 0 additions & 2 deletions src/observer-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import Observer from './observer.js';

/**
* History for an observer.
*
* @augments Events
*/
class ObserverHistory extends Events {
/**
Expand Down
2 changes: 0 additions & 2 deletions src/observer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ const arrayEquals = (a, b) => {

/**
* An observer is a class that can be used to observe changes to an object.
*
* @augments Events
*/
class Observer extends Events {
/**
Expand Down

0 comments on commit db5dd8d

Please sign in to comment.