mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Bump to v4.16.0.
This commit is contained in:
@@ -9,6 +9,7 @@ var ListCache = require('./_ListCache');
|
||||
*/
|
||||
function stackClear() {
|
||||
this.__data__ = new ListCache;
|
||||
this.size = 0;
|
||||
}
|
||||
|
||||
module.exports = stackClear;
|
||||
|
||||
Reference in New Issue
Block a user