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

Commit 968b193

Browse files
committed
Other: Document#version is no longer read-only.
1 parent f3d884e commit 968b193

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/model/document.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export default class Document {
5959
* If the {@link module:engine/model/operation/operation~Operation#baseVersion base version} does not match the document version,
6060
* a {@link module:utils/ckeditorerror~CKEditorError model-document-applyOperation-wrong-version} error is thrown.
6161
*
62-
* @readonly
6362
* @type {Number}
6463
*/
6564
this.version = 0;

0 commit comments

Comments
 (0)