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

Commit

Permalink
Feature: Named existing plugin(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Apr 4, 2017
1 parent 5b3d5a5 commit 90ab21c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/undo.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ export default class Undo extends Plugin {
return [ UndoEngine ];
}

/**
* @inheritDoc
*/
static get pluginName() {
return 'undo/undo';
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 90ab21c

Please sign in to comment.