Fix typo in _.debounce unit test.

Former-commit-id: b8138dbae144836701e65f98de8981defaaa1a54
This commit is contained in:
John-David Dalton
2013-07-22 07:12:22 -07:00
parent fd1fbd4843
commit 769ff84a65

View File

@@ -710,7 +710,7 @@
});
asyncTest('should work with `maxWait` option', function() {
var limit = 128,
var limit = 100,
withCount = 0,
withoutCount = 0;