This commit is contained in:
MaYuanhai 2020-12-05 03:55:52 -08:00 committed by GitHub
commit ee052c8ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -271,7 +271,8 @@ export function debounce(func, wait, immediate) {
}
}
return function(...args) {
return function() {
args = arguments
context = this
timestamp = +new Date()
const callNow = immediate && !timeout