Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Rename leading to before #23

Merged
merged 15 commits into from
Apr 20, 2021
Merged

Conversation

Richienb
Copy link
Contributor

@Richienb Richienb commented Apr 3, 2021

Fixes: #10

Richienb and others added 11 commits January 13, 2021 16:27
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
@Richienb Richienb changed the title leading-to-before Rename leading to before Apr 3, 2021
index.js Outdated
@@ -3,20 +3,20 @@ const pDebounce = (fn, wait, options = {}) => {
throw new TypeError('Expected `wait` to be a finite number');
}

let leadingValue;
let timer;
let result;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These variables are synchronised with debounce-fn

@sindresorhus sindresorhus merged commit 84a463b into sindresorhus:main Apr 20, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename leading to before
2 participants