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

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed May 13, 2019
2 parents 42dcb25 + d090f5c commit e0de158
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/view/position.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import '@ckeditor/ckeditor5-utils/src/version';
*
* In order to create a new position instance use the `createPosition*()` factory methods available in:
*
* * {@module:engine/view/view~View}
* * {@module:engine/view/downcastwriter~DowncastWriter}
* * {@module:engine/view/upcastwriter~UpcastWriter}
* * {@link module:engine/view/view~View}
* * {@link module:engine/view/downcastwriter~DowncastWriter}
* * {@link module:engine/view/upcastwriter~UpcastWriter}
*/
export default class Position {
/**
Expand Down
6 changes: 3 additions & 3 deletions src/view/range.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import TreeWalker from './treewalker';
*
* In order to create a new position instance use the `createPosition*()` factory methods available in:
*
* * {@module:engine/view/view~View}
* * {@module:engine/view/downcastwriter~DowncastWriter}
* * {@module:engine/view/upcastwriter~UpcastWriter}
* * {@link module:engine/view/view~View}
* * {@link module:engine/view/downcastwriter~DowncastWriter}
* * {@link module:engine/view/upcastwriter~UpcastWriter}
*/
export default class Range {
/**
Expand Down

0 comments on commit e0de158

Please sign in to comment.