mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-23 22:53:23 +00:00
Fix docstring
This commit is contained in:
parent
32444fac90
commit
579d077b35
@ -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", () => {
|
||||
|
@ -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", () => {
|
||||
|
@ -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", () => {
|
||||
|
Loading…
Reference in New Issue
Block a user