Ensure placeholder properties are set for fp.convert() results. [closes #3440]

This commit is contained in:
John-David Dalton
2018-08-30 23:57:31 -07:00
parent 278c6dd33d
commit 2de676fe76
3 changed files with 25 additions and 40 deletions

View File

@@ -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,