mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-07-04 16:10:03 +00:00
2
packages/react-bootstrap-table2/src/utils.js
vendored
2
packages/react-bootstrap-table2/src/utils.js
vendored
@@ -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