Add an options object argument to _.debounce and _.throttle. [closes #222]

Former-commit-id: d5eb3bc21d4a5c6d25314153f98d43a3d11eb4fa
This commit is contained in:
John-David Dalton
2013-04-04 08:52:42 -07:00
parent 3cfe7c9a56
commit 6fe322da27
2 changed files with 50 additions and 21 deletions

View File

@@ -156,6 +156,7 @@
'keys',
'last',
'lastIndexOf',
'leading',
'map',
'max',
'memoize',
@@ -204,6 +205,7 @@
'throttle',
'times',
'toArray',
'trailing',
'unescape',
'unindexedChars',
'union',