Skip to content
This repository was 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 e35529b commit 7d1582b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/enter.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ import EnterObserver from './enterobserver';
* @extends module:core/plugin~Plugin
*/
export default class Enter extends Plugin {
/**
* @inheritDoc
*/
static get pluginName() {
return 'enter/enter';
}

init() {
const editor = this.editor;
const editingView = editor.editing.view;
Expand Down

0 comments on commit 7d1582b

Please sign in to comment.