mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v3.0.0.
This commit is contained in:
10
internal/metaMap.js
Normal file
10
internal/metaMap.js
Normal file
@@ -0,0 +1,10 @@
|
||||
define(['../lang/isNative', './root'], function(isNative, root) {
|
||||
|
||||
/** Native method references. */
|
||||
var WeakMap = isNative(WeakMap = root.WeakMap) && WeakMap;
|
||||
|
||||
/** Used to store function metadata. */
|
||||
var metaMap = WeakMap && new WeakMap;
|
||||
|
||||
return metaMap;
|
||||
});
|
||||
Reference in New Issue
Block a user