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

Docs: Adjusted property names in API docs.

Marek Lewandowski пре 6 година
родитељ
комит
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.
 		 * The property is loaded once the the parent dropdown is opened the first time.
 		 *
 		 *
 		 * @readonly
 		 * @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.
 		 * The property is loaded once the the parent dropdown is opened the first time.
 		 *
 		 *
 		 * @readonly
 		 * @readonly
-		 * @member {module:ui/colorgrid/colorgrid~ColorGridView|undefined} documentColorsGrid
+		 * @member {module:ui/colorgrid/colorgrid~ColorGridView|undefined} #documentColorsGrid
 		 */
 		 */
 
 
 		/**
 		/**