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

Commit

Permalink
Fixed API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Aug 12, 2019
1 parent 4973676 commit 02a7da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const selectAllKeystrokeCode = parseKeystroke( 'Ctrl+A' );
* is added to indicate that widget has been selected.
* * The mouse and keyboard events handling on and around widget elements.
*
* @extends module:core/plugin~Plugin.
* @extends module:core/plugin~Plugin
*/
export default class Widget extends Plugin {
/**
Expand Down

0 comments on commit 02a7da8

Please sign in to comment.