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

Docs: Added missing @extends. [skip ci]

Wiktor Walc 8 лет назад
Родитель
Сommit
5eee31baed
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      packages/ckeditor5-core/src/editor/standardeditor.js

+ 2 - 0
packages/ckeditor5-core/src/editor/standardeditor.js

@@ -18,6 +18,8 @@ import setDataInElement from '@ckeditor/ckeditor5-utils/src/dom/setdatainelement
 /**
 /**
  * Class representing a typical browser-based editor. It handles a single source element and
  * Class representing a typical browser-based editor. It handles a single source element and
  * uses {@link module:engine/controller/editingcontroller~EditingController}.
  * uses {@link module:engine/controller/editingcontroller~EditingController}.
+ *
+ * @extends module:core/editor/editor~Editor
  */
  */
 export default class StandardEditor extends Editor {
 export default class StandardEditor extends Editor {
 	/**
 	/**