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

Commit

Permalink
Other: Document#version is no longer read-only.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Mar 9, 2020
1 parent f3d884e commit 968b193
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default class Document {
* If the {@link module:engine/model/operation/operation~Operation#baseVersion base version} does not match the document version,
* a {@link module:utils/ckeditorerror~CKEditorError model-document-applyOperation-wrong-version} error is thrown.
*
* @readonly
* @type {Number}
*/
this.version = 0;
Expand Down

0 comments on commit 968b193

Please sign in to comment.