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