8
0
فهرست منبع

Docs: Added missing @extends. [skip ci]

Wiktor Walc 8 سال پیش
والد
کامیت
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
  * uses {@link module:engine/controller/editingcontroller~EditingController}.
+ *
+ * @extends module:core/editor/editor~Editor
  */
 export default class StandardEditor extends Editor {
 	/**