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

Commit

Permalink
Other: Added pluginName property to editing plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Oct 14, 2019
1 parent ad01e9a commit 0b19643
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/undoediting.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ import RedoCommand from './redocommand';
* @extends module:core/plugin~Plugin
*/
export default class UndoEditing extends Plugin {
/**
* @inheritDoc
*/
static get pluginName() {
return 'UndoEditing';
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 0b19643

Please sign in to comment.