From 19f06fe0bf2c510aa28c8cea5ff65520e31567f2 Mon Sep 17 00:00:00 2001 From: Tom Donaldson Date: Wed, 4 Mar 2026 16:07:26 -0500 Subject: [PATCH] Minor doc text update --- src/js/Catalog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/Catalog.js b/src/js/Catalog.js index 758b0871..35007b64 100644 --- a/src/js/Catalog.js +++ b/src/js/Catalog.js @@ -55,7 +55,7 @@ If a function is given, user can return Image, HTMLImageCanvas, HTMLImageElement * @property {string} [decField] - The ID or name of the field holding Declination (dec). * @property {function} [filter] - The filtering function for sources. * @property {string} [selectionColor="#00ff00"] - The color to apply to selected sources in the catalog. -* @property {string} [selectionLineWidth] - The line width to apply to selected source footprints in the catalog (i.e. can be used by custom shape function). +* @property {string} [selectionLineWidth] - The line width to apply to selected source footprints in the catalog (i.e. the shapes returned by a custom shape function). * @property {string} [hoverColor=color] - The color to apply to sources in the catalog when they are hovered. * @property {boolean} [displayLabel=false] - Whether to display labels for sources. * @property {string} [labelColumn] - The name of the column to be used for the label.