Преглед изворни кода

Docs: Fixed docs build errors.

Aleksander Nowodzinski пре 8 година
родитељ
комит
5f8fedc934
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      packages/ckeditor5-ui/src/iframe/iframeview.js
  2. 1 1
      packages/ckeditor5-ui/src/view.js

+ 1 - 1
packages/ckeditor5-ui/src/iframe/iframeview.js

@@ -41,7 +41,7 @@ export default class IframeView extends View {
 
 
 	/**
 	/**
 	 * Renders the iframe's {@link #element} and returns a `Promise` for asynchronous
 	 * Renders the iframe's {@link #element} and returns a `Promise` for asynchronous
-	 * child `contentDocument` loading process. See {@link #_iframePromise}.
+	 * child `contentDocument` loading process.
 	 *
 	 *
 	 * @returns {Promise} A promise which resolves once the iframe `contentDocument` has
 	 * @returns {Promise} A promise which resolves once the iframe `contentDocument` has
 	 * been {@link #event:loaded}.
 	 * been {@link #event:loaded}.

+ 1 - 1
packages/ckeditor5-ui/src/view.js

@@ -287,7 +287,7 @@ export default class View {
 	 * view is managed by its parent, including {@link #render rendering}
 	 * view is managed by its parent, including {@link #render rendering}
 	 * and {@link #destroy destruction}.
 	 * and {@link #destroy destruction}.
 	 *
 	 *
-	 * To revert this, use {@link #removeChildren}.
+	 * To revert this, use {@link #deregisterChildren}.
 	 *
 	 *
 	 *		class SampleView extends View {
 	 *		class SampleView extends View {
 	 *			constructor( locale ) {
 	 *			constructor( locale ) {