Przeglądaj źródła

Remove superfluous batch from model~pares() function.

Maciej Gołaszewski 7 lat temu
rodzic
commit
851c86f79d
1 zmienionych plików z 0 dodań i 1 usunięć
  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.