summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/lodash/lib/common/mapping.js
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/lodash/lib/common/mapping.js')
-rw-r--r--ecomp-portal-FE/client/bower_components/lodash/lib/common/mapping.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/lodash/lib/common/mapping.js b/ecomp-portal-FE/client/bower_components/lodash/lib/common/mapping.js
new file mode 100644
index 00000000..332f5afd
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/lodash/lib/common/mapping.js
@@ -0,0 +1,9 @@
+'use strict';
+
+var _mapping = require('../../fp/_mapping'),
+ util = require('./util'),
+ Hash = util.Hash;
+
+/*----------------------------------------------------------------------------*/
+
+module.exports = new Hash(_mapping);