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

Docs: Adjusted property names in API docs.

Marek Lewandowski 6 лет назад
Родитель
Сommit
81d79354f7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-font/src/ui/colortableview.js

+ 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} staticColorsGrid
+		 * @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} documentColorsGrid
+		 * @member {module:ui/colorgrid/colorgrid~ColorGridView|undefined} #documentColorsGrid
 		 */
 
 		/**