Fix docstring

This commit is contained in:
Antoine Bartuccio 2024-10-10 15:45:43 +02:00
parent 32444fac90
commit 579d077b35
3 changed files with 3 additions and 3 deletions

View File

@ -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", () => {

View File

@ -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", () => {

View File

@ -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", () => {