Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Adjusted property names in API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Feb 13, 2020
1 parent 165417c commit 0d8b94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/colortableview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand All @@ -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
*/

/**
Expand Down

0 comments on commit 0d8b94e

Please sign in to comment.