From e201f3536aa6c993ff50acb00d49d283fb5a3d6c Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 8 Nov 2022 10:11:52 +0100 Subject: [PATCH] fix jsdoc for createNoteLink --- src/public/app/services/frontend_script_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/services/frontend_script_api.js b/src/public/app/services/frontend_script_api.js index b4ab61f7d..1506a1af9 100644 --- a/src/public/app/services/frontend_script_api.js +++ b/src/public/app/services/frontend_script_api.js @@ -353,7 +353,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain * @param {boolean} [params.showTooltip=true] - enable/disable tooltip on the link * @param {boolean} [params.showNotePath=false] - show also whole note's path as part of the link * @param {boolean} [params.showNoteIcon=false] - show also note icon before the title - * @param {string} [title=] - custom link tile with note's title as default + * @param {string} [params.title=] - custom link tile with note's title as default */ this.createNoteLink = linkService.createNoteLink;