8
0
Просмотр исходного кода

Docs: Fixed docs build errors.

Aleksander Nowodzinski 8 лет назад
Родитель
Сommit
5f8fedc934

+ 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
-	 * child `contentDocument` loading process. See {@link #_iframePromise}.
+	 * child `contentDocument` loading process.
 	 *
 	 * @returns {Promise} A promise which resolves once the iframe `contentDocument` has
 	 * 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}
 	 * and {@link #destroy destruction}.
 	 *
-	 * To revert this, use {@link #removeChildren}.
+	 * To revert this, use {@link #deregisterChildren}.
 	 *
 	 *		class SampleView extends View {
 	 *			constructor( locale ) {