Procházet zdrojové kódy

Docs: Added missing member names for documentColorsGrid and documentColorsGrid in API docs.

Marek Lewandowski před 6 roky
rodič
revize
a539c1d447

+ 2 - 2
packages/ckeditor5-font/src/ui/colortableview.js

@@ -121,7 +121,7 @@ export default class ColorTableView extends View {
 		 * The property is loaded once the the parent dropdown is opened the first time.
 		 *
 		 * @readonly
-		 * @member {module:ui/colorgrid/colorgrid~ColorGridView|undefined}
+		 * @member {module:ui/colorgrid/colorgrid~ColorGridView|undefined} staticColorsGrid
 		 */
 
 		/**
@@ -131,7 +131,7 @@ export default class ColorTableView extends View {
 		 * The property is loaded once the the parent dropdown is opened the first time.
 		 *
 		 * @readonly
-		 * @member {module:ui/colorgrid/colorgrid~ColorGridView|undefined}
+		 * @member {module:ui/colorgrid/colorgrid~ColorGridView|undefined} documentColorsGrid
 		 */
 
 		/**