Add maxWait option to _.debounce and implement _.throttle by way of _.debounce. [closes #285]

Former-commit-id: 63b41aac298e5fa89f7922e84b2ed0d5c6545bd3
This commit is contained in:
John-David Dalton
2013-06-10 11:16:14 -07:00
parent c20d7f9754
commit 1933a76631
4 changed files with 97 additions and 51 deletions

View File

@@ -176,6 +176,7 @@
'leading',
'map',
'max',
'maxWait',
'memoize',
'merge',
'methods',