mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Avoid leaked var in _.before test.
This commit is contained in:
@@ -222,10 +222,7 @@
|
|||||||
'throttle repeatedly with results': true,
|
'throttle repeatedly with results': true,
|
||||||
'more throttle does not trigger leading call when leading is set to false': true,
|
'more throttle does not trigger leading call when leading is set to false': true,
|
||||||
'throttle does not trigger trailing call when trailing is set to false': true,
|
'throttle does not trigger trailing call when trailing is set to false': true,
|
||||||
'before': [
|
'before': true,
|
||||||
'stores a memo to the last value',
|
|
||||||
'provides context'
|
|
||||||
],
|
|
||||||
'bind': [
|
'bind': [
|
||||||
'Died on test #2'
|
'Died on test #2'
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user