diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-10 14:06:28 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-01-11 17:12:55 +0100 |
commit | d92cbf51493f0aa15745d2f9545cba2372eecec3 (patch) | |
tree | 349a555a74c99b40c20fcc470c26b7f7c0029f8d /core/src/jquery/exists.js | |
parent | 7484abb6c07f2296abc2040ecd747ddf1d65e98e (diff) | |
download | nextcloud-server-d92cbf51493f0aa15745d2f9545cba2372eecec3.tar.gz nextcloud-server-d92cbf51493f0aa15745d2f9545cba2372eecec3.zip |
Typing corrections
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'core/src/jquery/exists.js')
-rw-r--r-- | core/src/jquery/exists.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/exists.js b/core/src/jquery/exists.js index 4006982a8b6..0cd0cb0053c 100644 --- a/core/src/jquery/exists.js +++ b/core/src/jquery/exists.js @@ -27,7 +27,7 @@ import $ from 'jquery' * check if an element exists. * allows you to write if ($('#myid').exists()) to increase readability * - * @link http://stackoverflow.com/questions/31044/is-there-an-exists-function-for-jquery + * @see {@link http://stackoverflow.com/questions/31044/is-there-an-exists-function-for-jquery} * @return {boolean} */ $.fn.exists = function() { |