From e239ae1abae300a371e64ce36045d74cd0f0b007 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 10 Aug 2013 01:19:55 -0700 Subject: [PATCH] Remove `_.debounce` from lodash/underscore build test as it's not replaced for the underscore build. Former-commit-id: 64648d1cc1636bf76748d4396c1a2606fbca1e32 --- test/test-build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-build.js b/test/test-build.js index a98796b09..b5a3e9aa6 100644 --- a/test/test-build.js +++ b/test/test-build.js @@ -1546,7 +1546,6 @@ 'bindKey', 'clone', 'contains', - 'debounce', 'defaults', 'defer', 'difference',