From f9e54e1dde5b06d4f019a78ab27024afd66bf74c Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 9 Sep 2021 14:51:40 +0200 Subject: [PATCH] JSDoc --- js/layouts/navigation-menu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/layouts/navigation-menu.js b/js/layouts/navigation-menu.js index 899ef0145..c957aed73 100644 --- a/js/layouts/navigation-menu.js +++ b/js/layouts/navigation-menu.js @@ -373,6 +373,7 @@ $(function() /** * @param sParentMenuNodeId {string} ID of the parent menu node the shortcut should be added to * @param sNewMenuNodeHtmlRendering {string} HTML rendering of the new menu node to add + * @param sNewMenulabel {string} Label of the menu node to add * @return {boolean} */ _addShortcut: function (sParentMenuNodeId, sNewMenuNodeHtmlRendering, sNewMenulabel) {