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

Commit

Permalink
Docs: Fixed link to DomConverter in UIElement docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkups committed Jun 14, 2017
1 parent 7fc52ea commit b7889a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/uielement.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class UIElement extends Element {

/**
* Renders this {@link module:engine/view/uielement~UIElement} to DOM. This method is called by
* {@link engine/view/domconverter~DomConverter}.
* {@link module:engine/view/domconverter~DomConverter}.
*
* @param {Document} domDocument
* @return {HTMLElement}
Expand Down

0 comments on commit b7889a9

Please sign in to comment.