mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-09-21 03:40:18 +00:00
+1
-1
@@ -91,7 +91,7 @@ function debounce(func, wait, immediate) {
|
||||
timeout = setTimeout(later, wait || 0);
|
||||
|
||||
if (callNow) {
|
||||
func.appy(this, arguments);
|
||||
func.apply(this, arguments);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user