From 54a46dccc3c2aed8cef024338c66e9cabc1f7d75 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 10 Jun 2013 12:37:24 -0700 Subject: [PATCH] Correct `_.throttle` method dependencies. Former-commit-id: 2118e1789803a042675fcc8acb19f1904a102578 --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index c9dc07335..0be61ba02 100755 --- a/build.js +++ b/build.js @@ -167,7 +167,7 @@ 'sortedIndex': ['createCallback', 'identity'], 'tap': ['value'], 'template': ['defaults', 'escape', 'escapeStringChar', 'keys', 'values'], - 'throttle': ['debounce'], + 'throttle': ['debounce', 'getObject', 'isObject', 'releaseObject'], 'times': ['createCallback'], 'toArray': ['isString', 'slice', 'values'], 'transform': ['createCallback', 'createObject', 'forOwn', 'isArray'],