fix(lint): Remove another issue

Wasn't mine this time!
This commit is contained in:
Ionys 2025-06-26 16:17:11 +02:00
parent 1e4bc5ddb5
commit 923d0ede7e

View file

@ -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) {