Explorar o código

Small docs fixes.

Szymon Kupś %!s(int64=8) %!d(string=hai) anos
pai
achega
5826311fb2

+ 1 - 1
packages/ckeditor5-engine/src/controller/editingcontroller.js

@@ -49,7 +49,7 @@ export default class EditingController {
 		this.model = model;
 
 		/**
-		 * Editing view.
+		 * Editing view controller.
 		 *
 		 * @readonly
 		 * @member {module:engine/view/view~View}

+ 0 - 1
packages/ckeditor5-engine/src/view/view.js

@@ -318,7 +318,6 @@ export default class View {
 
 			this._ongoingChange = false;
 
-			// TODO: docs for the event.
 			this.document.fire( 'change' );
 		}
 	}