Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Add missing inheritDoc annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Apr 20, 2020
1 parent b664d9d commit 401af93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/widgetresize.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export default class WidgetResize extends Plugin {
return 'WidgetResize';
}

/**
* @inheritDoc
*/
init() {
/**
* The currently visible resizer.
Expand Down Expand Up @@ -103,6 +106,9 @@ export default class WidgetResize extends Plugin {
} );
}

/**
* @inheritDoc
*/
destroy() {
this._observer.stopListening();

Expand Down

0 comments on commit 401af93

Please sign in to comment.