diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-10 14:16:47 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-01-11 17:13:04 +0100 |
commit | 9fc6cc96346a0a5ef4a997741d9b3b0f9a9aabbe (patch) | |
tree | 849ea6916ae25665bd1436a2d87db961ca67344d /core/src/jquery/selectrange.js | |
parent | d92cbf51493f0aa15745d2f9545cba2372eecec3 (diff) | |
download | nextcloud-server-9fc6cc96346a0a5ef4a997741d9b3b0f9a9aabbe.tar.gz nextcloud-server-9fc6cc96346a0a5ef4a997741d9b3b0f9a9aabbe.zip |
Add generic type and description when its missing
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'core/src/jquery/selectrange.js')
-rw-r--r-- | core/src/jquery/selectrange.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/selectrange.js b/core/src/jquery/selectrange.js index f110bdbc501..e35ca85b497 100644 --- a/core/src/jquery/selectrange.js +++ b/core/src/jquery/selectrange.js @@ -26,7 +26,7 @@ import $ from 'jquery' /** * select a range in an input field * - * @link http://stackoverflow.com/questions/499126/jquery-set-cursor-position-in-text-area + * @see {@link http://stackoverflow.com/questions/499126/jquery-set-cursor-position-in-text-area} * @param {number} start start selection from * @param {number} end number of char from start * @return {void} |