mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Fix __data__ typos.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @returns {number} Returns `true` if `value` is found, else `false`.
|
||||
*/
|
||||
function setCacheHas(value) {
|
||||
return this.__data_has(value);
|
||||
return this.__data__.has(value);
|
||||
}
|
||||
|
||||
export default setCacheHas;
|
||||
|
||||
Reference in New Issue
Block a user