Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/_WeakMap.js')
-rw-r--r--node_modules/lodash/_WeakMap.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/lodash/_WeakMap.js b/node_modules/lodash/_WeakMap.js
deleted file mode 100644
index 567f86c..0000000
--- a/node_modules/lodash/_WeakMap.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var getNative = require('./_getNative'),
- root = require('./_root');
-
-/* Built-in method references that are verified to be native. */
-var WeakMap = getNative(root, 'WeakMap');
-
-module.exports = WeakMap;