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 todo editing plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Oct 14, 2019
1 parent 48be07f commit 3fd6758
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/todolistediting.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ import {
* @extends module:core/plugin~Plugin
*/
export default class TodoListEditing extends Plugin {
/**
* @inheritDoc
*/
static get pluginName() {
return 'TodoListEditing';
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 3fd6758

Please sign in to comment.