minor fixes
This commit is contained in:
parent
6cf15b78bc
commit
08309a07f6
1 changed files with 1 additions and 3 deletions
|
@ -9,7 +9,5 @@ function debounce(func, ms) {
|
|||
|
||||
```
|
||||
|
||||
A call to `debounce` returns a wrapper.
|
||||
|
||||
When called, it schedules the original function call after given `ms` and clears the previous such timeout.
|
||||
A call to `debounce` returns a wrapper. When called, it schedules the original function call after given `ms` and cancels the previous such timeout.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue