Explorar o código

Added @inheritDoc to afterInit method.

Szymon Kupś %!s(int64=9) %!d(string=hai) anos
pai
achega
87e4e3b391
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      packages/ckeditor5-heading/src/headingengine.js

+ 3 - 0
packages/ckeditor5-heading/src/headingengine.js

@@ -65,6 +65,9 @@ export default class HeadingEngine extends Plugin {
 		editor.commands.set( 'heading', command );
 	}
 
+	/**
+	 * @inheritDoc
+	 */
 	afterInit() {
 		// If the enter command is added to the editor, alter its behavior.
 		// Enter at the end of a heading element should create a paragraph.