Files
lodash/internal/WeakMap.js
John-David Dalton 8c26e6fd4c Bump to v4.0.0.
2016-01-13 01:10:19 -08:00

8 lines
197 B
JavaScript

define(['./getNative', './root'], function(getNative, root) {
/* Built-in method references that are verified to be native. */
var WeakMap = getNative(root, 'WeakMap');
return WeakMap;
});