mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Change call to invoke in _.debounce and _.throttle test.
This commit is contained in:
@@ -15371,7 +15371,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
asyncTest('_.' + methodName + ' should call `func` with the correct `this` binding', 1, function() {
|
||||
asyncTest('_.' + methodName + ' should invoke `func` with the correct `this` binding', 1, function() {
|
||||
if (!(isRhino && isModularize)) {
|
||||
var object = {
|
||||
'funced': func(function() { actual.push(this); }, 32)
|
||||
|
||||
Reference in New Issue
Block a user