aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/jquery/exists.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/jquery/exists.js')
-rw-r--r--core/src/jquery/exists.js2
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() {