Fix jsdoc error

This commit is contained in:
veeck 2022-11-06 17:50:47 +01:00
parent 4fecffc3df
commit 0b01e9dbe0

View File

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