remove `default`
This commit is contained in:
parent
ff7280b6cf
commit
3fb2da32ce
|
@ -35,7 +35,7 @@
|
||||||
* @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License
|
* @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License
|
||||||
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
|
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
|
||||||
*/
|
*/
|
||||||
export default function damper(func, timeout = 300, force) {
|
export function damper(func, timeout = 300, force) {
|
||||||
// Declaring the timer for executing the function
|
// Declaring the timer for executing the function
|
||||||
let timer;
|
let timer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue