From cafb5e13317a52263c33a7db65f64a5e4453542e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 15 Oct 2016 17:36:30 -0700 Subject: [PATCH] Avoid leaked var in `_.before` test. --- test/underscore.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/underscore.html b/test/underscore.html index 1c2bf0f15..23f6e61cf 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -222,10 +222,7 @@ 'throttle repeatedly with results': 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, - 'before': [ - 'stores a memo to the last value', - 'provides context' - ], + 'before': true, 'bind': [ 'Died on test #2' ],