aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash/fp/_mapping.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/fp/_mapping.js')
-rw-r--r--node_modules/lodash/fp/_mapping.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/lodash/fp/_mapping.js b/node_modules/lodash/fp/_mapping.js
index 8f5ddf2d0..a642ec058 100644
--- a/node_modules/lodash/fp/_mapping.js
+++ b/node_modules/lodash/fp/_mapping.js
@@ -261,16 +261,6 @@ exports.mutate = {
}
};
-/** Used to track methods with placeholder support */
-exports.placeholder = {
- 'bind': true,
- 'bindKey': true,
- 'curry': true,
- 'curryRight': true,
- 'partial': true,
- 'partialRight': true
-};
-
/** Used to map real names to their aliases. */
exports.realToAlias = (function() {
var hasOwnProperty = Object.prototype.hasOwnProperty,