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