mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Bump to v4.16.0.
This commit is contained in:
@@ -9,6 +9,7 @@ define(['./_nativeCreate'], function(nativeCreate) {
|
||||
*/
|
||||
function hashClear() {
|
||||
this.__data__ = nativeCreate ? nativeCreate(null) : {};
|
||||
this.size = 0;
|
||||
}
|
||||
|
||||
return hashClear;
|
||||
|
||||
Reference in New Issue
Block a user