mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Convert remaining vars to let/const.
This commit is contained in:
@@ -19,7 +19,7 @@ function memoizeCapped(func) {
|
||||
return key;
|
||||
});
|
||||
|
||||
var cache = result.cache;
|
||||
const cache = result.cache;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user