Sfoglia il codice sorgente

Other: `Document#version` is no longer read-only.

Szymon Cofalik 5 anni fa
parent
commit
2af5285860
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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,
 		 * a {@link module:utils/ckeditorerror~CKEditorError model-document-applyOperation-wrong-version} error is thrown.
 		 *
-		 * @readonly
 		 * @type {Number}
 		 */
 		this.version = 0;