Browse Source

Merge branch 'master' into i/6116

Piotrek Koszuliński 5 years ago
parent
commit
ac5666f5a2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/ckeditor5-engine/src/model/document.js

+ 0 - 1
packages/ckeditor5-engine/src/model/document.js

@@ -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,
 		 * 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.
 		 * a {@link module:utils/ckeditorerror~CKEditorError model-document-applyOperation-wrong-version} error is thrown.
 		 *
 		 *
-		 * @readonly
 		 * @type {Number}
 		 * @type {Number}
 		 */
 		 */
 		this.version = 0;
 		this.version = 0;