Bump to v4.17.11.

This commit is contained in:
John-David Dalton
2018-09-11 22:12:11 -07:00
parent c4b20a6ea7
commit 3e273e915d
11 changed files with 171 additions and 181 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,