mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
fix(lint): Remove another issue
Wasn't mine this time!
This commit is contained in:
parent
1e4bc5ddb5
commit
923d0ede7e
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ export function Debounce() {
|
||||||
/**
|
/**
|
||||||
* exec callback function after delay if no new call to function happens
|
* exec callback function after delay if no new call to function happens
|
||||||
* @param {Function} callback function to execute after delay
|
* @param {Function} callback function to execute after delay
|
||||||
* @param {number} [delay=100] delay before execute the callback if no new call to function happens
|
* @param {number} delay before execute the callback if no new call to function happens
|
||||||
* @returns {void}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
return function (callback, delay = 100) {
|
return function (callback, delay = 100) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue