diff --git a/lodash.js b/lodash.js index ee2b5ec54..db7626ce3 100644 --- a/lodash.js +++ b/lodash.js @@ -6314,7 +6314,7 @@ return hasOwnProperty.call(cache, key) ? cache[key] : (cache[key] = func.apply(this, arguments)); - } + }; memoized.cache = {}; return memoized; }