浏览代码

Docs: Update renamed attributes references in jsdoc.

Maciej Gołaszewski 7 年之前
父节点
当前提交
5d7d748b42
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-list/src/converters.js

+ 2 - 2
packages/ckeditor5-list/src/converters.js

@@ -130,7 +130,7 @@ export function modelViewChangeType( evt, data, conversionApi ) {
 }
 
 /**
- * A model-to-view converter for `indent` attribute change on `listItem` model element.
+ * A model-to-view converter for `listIndent` attribute change on `listItem` model element.
  *
  * @see module:engine/conversion/downcastdispatcher~DowncastDispatcher#event:attribute
  * @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
@@ -331,7 +331,7 @@ export function modelViewMergeAfter( evt, data, conversionApi ) {
 /**
  * A view-to-model converter that converts `<li>` view elements into `listItem` model elements.
  *
- * To set correct values of the `listType` and `indent` attributes the converter:
+ * To set correct values of the `listType` and `listIndent` attributes the converter:
  * * checks `<li>`'s parent,
  * * stores and increases the `conversionApi.store.indent` value when `<li>`'s sub-items are converted.
  *