]> BookStack Code Mirror - bookstack/blobdiff - resources/js/services/util.js
Covered app icon setting with testing
[bookstack] / resources / js / services / util.js
index de2ca20c13eb934b00a475b817489e9fa29d9670..1a56ebf6ce8595a29cab4f48fbd9422f9a9649a2 100644 (file)
@@ -6,9 +6,9 @@
  * N milliseconds. If `immediate` is passed, trigger the function on the
  * leading edge, instead of the trailing.
  * @attribution https://davidwalsh.name/javascript-debounce-function
- * @param func
- * @param wait
- * @param immediate
+ * @param {Function} func
+ * @param {Number} wait
+ * @param {Boolean} immediate
  * @returns {Function}
  */
 export function debounce(func, wait, immediate) {