mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fix jsdoc error
This commit is contained in:
parent
4fecffc3df
commit
0b01e9dbe0
@ -70,7 +70,7 @@ const MM = (function () {
|
|||||||
* Select the wrapper dom object for a specific position.
|
* Select the wrapper dom object for a specific position.
|
||||||
*
|
*
|
||||||
* @param {string} position The name of the 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 selectWrapper = function (position) {
|
||||||
const classes = position.replace("_", " ");
|
const classes = position.replace("_", " ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user