Przeglądaj źródła

Docs: Added missing @extends. [skip ci]

Wiktor Walc 8 lat temu
rodzic
commit
5eee31baed

+ 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
  * uses {@link module:engine/controller/editingcontroller~EditingController}.
+ *
+ * @extends module:core/editor/editor~Editor
  */
 export default class StandardEditor extends Editor {
 	/**