1111
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const throttle=function(fn,wait=1000){
|
||||
const throttle=function(fn,wait=1500){
|
||||
var flag = true;
|
||||
var timer = null;
|
||||
return function(){
|
||||
|
||||
Reference in New Issue
Block a user