xyz
xyz copied to clipboard
Debounce util
mapp.utils.debounce(fn,time) will debounce the function execution by the specified delay.
Other timeout implementations in the mapp code should make use of the debounce util.