8
0
فهرست منبع

Small docs fixes.

Szymon Kupś 8 سال پیش
والد
کامیت
5826311fb2
2فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 1
      packages/ckeditor5-engine/src/controller/editingcontroller.js
  2. 0 1
      packages/ckeditor5-engine/src/view/view.js

+ 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' );
 		}
 	}