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

Commit

Permalink
Docs: Fixed broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Feb 26, 2018
1 parent 88bb94c commit 8a68b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ export default class View {
this._ongoingChange = false;

/**
* Used to prevent calling {@link #render} and {@link #change) during rendering view to the DOM.
* Used to prevent calling {@link #render} and {@link #change} during rendering view to the DOM.
*
* @private
* @member {Boolean} module:engine/view/view~View#_renderingInProgress
*/
this._renderingInProgress = false;

/**
* Used to prevent calling {@link #render} and {@link #change) during rendering view to the DOM.
* Used to prevent calling {@link #render} and {@link #change} during rendering view to the DOM.
*
* @private
* @member {Boolean} module:engine/view/view~View#_renderingInProgress
Expand Down

0 comments on commit 8a68b0e

Please sign in to comment.