Ver Fonte

Docs: Updated docs.

Szymon Cofalik há 8 anos atrás
pai
commit
af7275b6ef
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/ckeditor5-engine/src/model/document.js

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

@@ -426,6 +426,7 @@ export default class Document {
 	 * during that block execution.
 	 *
 	 * @event change
+	 * @param {@link module:engine/model/batch~Batch} batch Batch which was used in the executed changes block.
 	 */
 }