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
Reinmar committed Nov 23, 2016
1 parent 83185be commit 2f6d435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enter.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import EnterObserver from './enterobserver.js';
* The Enter feature. Handles the <kbd>Enter</kbd> and <kbd>Shift + Enter</kbd> keys in the editor.
*
* @memberOf enter
* @extends core.Feature
* @extends core.Plugin
*/
export default class Enter extends Plugin {
init() {
Expand Down

0 comments on commit 2f6d435

Please sign in to comment.