Explorar el Código

Docs: Adjusted property names in API docs.

Marek Lewandowski hace 6 años
padre
commit
81d79354f7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
 		 */
 
 		/**