summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2022-12-22 13:14:19 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2022-12-23 12:54:08 +0100
commitaab2aae98560edf37e2964b5fd0c1acad020954d (patch)
treeba44b630d05d7a23c9d11c6fa320b26898f8de98
parenta9169925ac7cd0e8e8b0605a68307d3a76158013 (diff)
AdminSettings: add JSDoc parameters
Signed-off-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
-rw-r--r--src/components/AdminSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index 5be7a6823..4685c09fd 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -65,8 +65,8 @@ import confirmPassword from '@nextcloud/password-confirmation'
/**
*
- * @param func
- * @param wait
+ * @param {function} func - The callback function
+ * @param {int} wait - Time to wait in miliseconds
*/
function debounce(func, wait) {
let timeout