Procházet zdrojové kódy

API docs correction.

Piotrek Koszuliński před 9 roky
rodič
revize
29dfebc883
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 4 2
      packages/ckeditor5-ui/src/view.js

+ 4 - 2
packages/ckeditor5-ui/src/view.js

@@ -229,9 +229,11 @@ export default class View {
 	 *					children: [
 	 *					children: [
 	 *						// This is where the `childA` will render.
 	 *						// This is where the `childA` will render.
 	 *						this.childA,
 	 *						this.childA,
+	 *
 	 *						{ tag: 'b' },
 	 *						{ tag: 'b' },
-	 *					 	// This is where the `childB` will render.
-	 *						this.childB,
+	 *
+	 *						// This is where the `childB` will render.
+	 *						this.childB
 	 *					]
 	 *					]
 	 *				} );
 	 *				} );
 	 *			}
 	 *			}