mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Fix __data__ typos.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @returns {*} Returns the entry value.
|
||||
*/
|
||||
function stackGet(key) {
|
||||
return this.__data_get(key);
|
||||
return this.__data__.get(key);
|
||||
}
|
||||
|
||||
export default stackGet;
|
||||
|
||||
Reference in New Issue
Block a user