浏览代码

Docs: Removed unused param. [skip ci]

Krzysztof Krztoń 6 年之前
父节点
当前提交
c8d6c2a272
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/ckeditor5-editor-classic/src/classiceditorui.js

+ 0 - 1
packages/ckeditor5-editor-classic/src/classiceditorui.js

@@ -23,7 +23,6 @@ export default class ClassicEditorUI extends EditorUI {
 	 * Creates an instance of the classic editor UI class.
 	 * Creates an instance of the classic editor UI class.
 	 *
 	 *
 	 * @param {module:core/editor/editor~Editor} editor The editor instance.
 	 * @param {module:core/editor/editor~Editor} editor The editor instance.
-	 * @param {module:ui/editorui/editoruiview~EditorUIView} view The view of the UI.
 	 */
 	 */
 	constructor( editor ) {
 	constructor( editor ) {
 		super( editor );
 		super( editor );