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("_", " ");