Преглед на файлове

Docs: Removed invalid @protected from InsertParagraphCommand#execute() and HighlightCommand#execute().

Aleksander Nowodzinski преди 5 години
родител
ревизия
6612ea68d5
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 1
      packages/ckeditor5-highlight/src/highlightcommand.js
  2. 0 1
      packages/ckeditor5-paragraph/src/insertparagraphcommand.js

+ 0 - 1
packages/ckeditor5-highlight/src/highlightcommand.js

@@ -44,7 +44,6 @@ export default class HighlightCommand extends Command {
 	/**
 	 * Executes the command.
 	 *
-	 * @protected
 	 * @param {Object} [options] Options for the executed command.
 	 * @param {String} [options.value] The value to apply.
 	 *

+ 0 - 1
packages/ckeditor5-paragraph/src/insertparagraphcommand.js

@@ -26,7 +26,6 @@ export default class InsertParagraphCommand extends Command {
 	/**
 	 * Executes the command.
 	 *
-	 * @protected
 	 * @param {Object} options Options for the executed command.
 	 * @param {module:engine/model/element~Element} options.element The model element next to which
 	 * the new paragraph will be inserted.