8
0
فهرست منبع

Removed unused options parameter.

Oskar Wróbel 8 سال پیش
والد
کامیت
a0a1b446ca
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      packages/ckeditor5-alignment/src/alignmentcommand.js

+ 1 - 4
packages/ckeditor5-alignment/src/alignmentcommand.js

@@ -68,11 +68,8 @@ export default class AlignmentCommand extends Command {
 	 * Executes the command.
 	 *
 	 * @protected
-	 * @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.
 	 */
-	execute( options = {} ) {
+	execute() {
 		const editor = this.editor;
 		const model = editor.model;
 		const document = model.document;