mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Remove references to _.
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