mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Fix __data__ typos.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
||||
*/
|
||||
function stackHas(key) {
|
||||
return this.__data_has(key);
|
||||
return this.__data__.has(key);
|
||||
}
|
||||
|
||||
export default stackHas;
|
||||
|
||||
Reference in New Issue
Block a user