瀏覽代碼

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

Aleksander Nowodzinski 5 年之前
父節點
當前提交
6612ea68d5

+ 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.