Change call to invoke in _.debounce and _.throttle test.

This commit is contained in:
jdalton
2015-04-11 22:16:03 -07:00
parent ff6bbaed19
commit 715f03f5f1

View File

@@ -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)