8
0
فهرست منبع

Removed unused options parameter.

Oskar Wróbel 8 سال پیش
والد
کامیت
ff6f7583dd
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      packages/ckeditor5-paragraph/src/paragraphcommand.js

+ 0 - 2
packages/ckeditor5-paragraph/src/paragraphcommand.js

@@ -43,8 +43,6 @@ export default class ParagraphCommand extends Command {
 	 *
 	 *
 	 * @fires execute
 	 * @fires execute
 	 * @param {Object} [options] Options for the executed command.
 	 * @param {Object} [options] Options for the executed command.
-	 * @param {module:engine/model/batch~Batch} [options.batch] A batch to collect all the change steps.
-	 * A new batch will be created if this option is not set.
 	 * @param {module:engine/model/selection~Selection} [options.selection] The selection that the command should be applied to.
 	 * @param {module:engine/model/selection~Selection} [options.selection] The selection that the command should be applied to.
 	 * By default, if not provided, the command is applied to the {@link module:engine/model/document~Document#selection}.
 	 * By default, if not provided, the command is applied to the {@link module:engine/model/document~Document#selection}.
 	 */
 	 */