summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/lodash/lib/fp/template/modules/thru.jst
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/lodash/lib/fp/template/modules/thru.jst')
-rw-r--r--ecomp-portal-FE/client/bower_components/lodash/lib/fp/template/modules/thru.jst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/lodash/lib/fp/template/modules/thru.jst b/ecomp-portal-FE/client/bower_components/lodash/lib/fp/template/modules/thru.jst
new file mode 100644
index 00000000..5bc1a7b0
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/lodash/lib/fp/template/modules/thru.jst
@@ -0,0 +1,5 @@
+var convert = require('./convert'),
+ func = convert('<%= name %>', require('../<%= _.result(mapping.remap, name, name) %>'), require('./_falseOptions'));
+
+func.placeholder = require('./placeholder');
+module.exports = func;