mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-25 10:05:02 +03:00
changed function name
This commit is contained in:
parent
a786df1f8b
commit
1be47f9583
@ -101,7 +101,7 @@ export const isMobileBrowser = (userAgent) => {
|
|||||||
export const _checkDebounce = (func, wait) => {
|
export const _checkDebounce = (func, wait) => {
|
||||||
let timeout;
|
let timeout;
|
||||||
|
|
||||||
return function executedFunction(...args) {
|
return function passedInFunction(...args) {
|
||||||
const later = () => {
|
const later = () => {
|
||||||
func(...args);
|
func(...args);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user