From 0b01e9dbe0d540b87428701414c102e7d2e2317d Mon Sep 17 00:00:00 2001 From: veeck Date: Sun, 6 Nov 2022 17:50:47 +0100 Subject: [PATCH] Fix jsdoc error --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 9d3a50b3..3eed494b 100644 --- a/js/main.js +++ b/js/main.js @@ -70,7 +70,7 @@ const MM = (function () { * Select the wrapper dom object for a specific position. * * @param {string} position The name of the position. - * @returns {HTMLElement} the wrapper element + * @returns {HTMLElement | void} the wrapper element */ const selectWrapper = function (position) { const classes = position.replace("_", " ");