Remove placeholder support from non-underscore builds.

This commit is contained in:
John-David Dalton
2014-02-15 13:39:03 -08:00
parent fdbfe0f84b
commit 3d311496e0
5 changed files with 114 additions and 155 deletions

View File

@@ -1933,7 +1933,7 @@
* @param {Array} [partialRightArgs] An array of arguments to append to those
* provided to the new function.
* @param {Array} [partialHolders] An array of `partialArgs` placeholder indexes.
* @param {Array} [partialRightArgs] An array of `partialRightArgs` placeholder indexes.
* @param {Array} [partialRightHolders] An array of `partialRightArgs` placeholder indexes.
* @returns {Function} Returns the new function.
*/
function createWrapper(func, bitmask, arity, thisArg, partialArgs, partialRightArgs, partialHolders, partialRightHolders) {