From 579d077b350a66ed6b62e7ca0cf8db72140b7090 Mon Sep 17 00:00:00 2001 From: Sli Date: Thu, 10 Oct 2024 15:45:43 +0200 Subject: [PATCH] Fix docstring --- core/static/webpack/user/family-graph-index.js | 2 +- core/static/webpack/user/pictures-index.js | 2 +- sas/static/webpack/sas/viewer-index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/static/webpack/user/family-graph-index.js b/core/static/webpack/user/family-graph-index.js index 0ff97f98..c6eb7278 100644 --- a/core/static/webpack/user/family-graph-index.js +++ b/core/static/webpack/user/family-graph-index.js @@ -177,7 +177,7 @@ function createGraph(container, data, activeUserId) { /** * Create a family graph of an user - * @param {FamilyGraphConfig} Configuration + * @param {FamilyGraphConfig} config **/ window.loadFamilyGraph = (config) => { document.addEventListener("alpine:init", () => { diff --git a/core/static/webpack/user/pictures-index.js b/core/static/webpack/user/pictures-index.js index 0ec234f7..68f08d25 100644 --- a/core/static/webpack/user/pictures-index.js +++ b/core/static/webpack/user/pictures-index.js @@ -35,7 +35,7 @@ import { picturesFetchPictures } from "#openapi"; /** * Load user picture page with a nice download bar - * @param {PicturePageConfig} Configuration + * @param {PicturePageConfig} config **/ window.loadPicturePage = (config) => { document.addEventListener("alpine:init", () => { diff --git a/sas/static/webpack/sas/viewer-index.js b/sas/static/webpack/sas/viewer-index.js index 222fb519..35f393e0 100644 --- a/sas/static/webpack/sas/viewer-index.js +++ b/sas/static/webpack/sas/viewer-index.js @@ -89,7 +89,7 @@ class PictureWithIdentifications { /** * Load user picture page with a nice download bar - * @param {ViewerConfig} Configuration + * @param {ViewerConfig} config **/ window.loadViewer = (config) => { document.addEventListener("alpine:init", () => {