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