8
0
Quellcode durchsuchen

Remove superfluous batch from model~pares() function.

Maciej Gołaszewski vor 7 Jahren
Ursprung
Commit
851c86f79d
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      packages/ckeditor5-engine/src/dev-utils/model.js

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

@@ -278,7 +278,6 @@ export function stringify( node, selectionOrPositionOrRange = null, markers = nu
  *
  * @param {String} data HTML-like string to be parsed.
  * @param {module:engine/model/schema~Schema} schema A schema instance used by converters for element validation.
- * @param {module:engine/model/batch~Batch} batch A batch used for conversion.
  * @param {Object} [options={}] Additional configuration.
  * @param {Array<Object>} [options.selectionAttributes] A list of attributes which will be passed to the selection.
  * @param {Boolean} [options.lastRangeBackward=false] If set to `true`, the last range will be added as backward.