mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Bump to v4.12.0.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import ListCache from './_ListCache';
|
||||
|
||||
/**
|
||||
* Removes all key-value entries from the stack.
|
||||
*
|
||||
@@ -6,7 +8,7 @@
|
||||
* @memberOf Stack
|
||||
*/
|
||||
function stackClear() {
|
||||
this.__data__ = { 'array': [], 'map': null };
|
||||
this.__data__ = new ListCache;
|
||||
}
|
||||
|
||||
export default stackClear;
|
||||
|
||||
Reference in New Issue
Block a user