mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Add missing semicolon. [ci skip]
This commit is contained in:
@@ -6314,7 +6314,7 @@
|
|||||||
return hasOwnProperty.call(cache, key)
|
return hasOwnProperty.call(cache, key)
|
||||||
? cache[key]
|
? cache[key]
|
||||||
: (cache[key] = func.apply(this, arguments));
|
: (cache[key] = func.apply(this, arguments));
|
||||||
}
|
};
|
||||||
memoized.cache = {};
|
memoized.cache = {};
|
||||||
return memoized;
|
return memoized;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user