mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Bump to v3.9.0.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var isNative = require('../lang/isNative');
|
||||
var getNative = require('./getNative');
|
||||
|
||||
/** Native method references. */
|
||||
var WeakMap = isNative(WeakMap = global.WeakMap) && WeakMap;
|
||||
var WeakMap = getNative(root, 'WeakMap');
|
||||
|
||||
/** Used to store function metadata. */
|
||||
var metaMap = WeakMap && new WeakMap;
|
||||
|
||||
Reference in New Issue
Block a user