浏览代码

Docs: Removed documentation of no longer existing "batch" argument of the deleteContent() helper. [skip ci]

Aleksander Nowodzinski 6 年之前
父节点
当前提交
8a5df9eb1d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/ckeditor5-engine/src/model/utils/deletecontent.js

+ 0 - 1
packages/ckeditor5-engine/src/model/utils/deletecontent.js

@@ -23,7 +23,6 @@ import DocumentSelection from '../documentselection';
  * should be performed.
  * should be performed.
  * @param {module:engine/model/selection~Selection|module:engine/model/documentselection~DocumentSelection} selection
  * @param {module:engine/model/selection~Selection|module:engine/model/documentselection~DocumentSelection} selection
  * Selection of which the content should be deleted.
  * Selection of which the content should be deleted.
- * @param {module:engine/model/batch~Batch} batch Batch to which the operations will be added.
  * @param {Object} [options]
  * @param {Object} [options]
  * @param {Boolean} [options.leaveUnmerged=false] Whether to merge elements after removing the content of the selection.
  * @param {Boolean} [options.leaveUnmerged=false] Whether to merge elements after removing the content of the selection.
  *
  *