8
0
Просмотр исходного кода

Added @inheritDoc to afterInit method.

Szymon Kupś 9 лет назад
Родитель
Сommit
87e4e3b391
1 измененных файлов с 3 добавлено и 0 удалено
  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.