瀏覽代碼

Docs: fixes.

Szymon Cofalik 9 年之前
父節點
當前提交
1f4e96314f
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/ckeditor5-heading/src/headingscommand.js

+ 0 - 2
packages/ckeditor5-heading/src/headingscommand.js

@@ -70,8 +70,6 @@ export default class HeadingsCommand extends Command {
 	 * @param {String} [formatId] The identifier of the heading format that should be applied. It should be one of the
 	 * {@link headings.HeadingsFormat heading formats} provided to the command constructor. If this parameter is not provided,
 	 * the value from {@link headings.HeadingsCommand#defaultFormat defaultFormat} will be used.
-	 * @returns {Object} data Data object, available in {@link core.Command#event:afterExecute}
-	 * @returns {engine.model.Batch} data.batch Batch created and used by the command.
 	 */
 	_doExecute( formatId = this.defaultFormat.id ) {
 		// TODO: What should happen if format is not found?