mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Remove unneeded comment from memoize.
This commit is contained in:
@@ -62,7 +62,6 @@ function memoize(func, resolver) {
|
||||
return memoized;
|
||||
}
|
||||
|
||||
// Expose `MapCache`.
|
||||
memoize.Cache = MapCache;
|
||||
|
||||
export default memoize;
|
||||
|
||||
Reference in New Issue
Block a user