Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Update renamed attributes references in jsdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jun 5, 2018
1 parent 1d24fee commit 3616968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit 3616968

Please sign in to comment.