Make_.dropRight, _.dropRightWhile, _.takeRight, and _.takeRightWhile their own methods.

This commit is contained in:
John-David Dalton
2014-03-04 09:40:48 -08:00
parent b4ff8360ba
commit c4c0c050af
7 changed files with 588 additions and 134 deletions

View File

@@ -9274,7 +9274,7 @@
var acceptFalsey = _.difference(allMethods, rejectFalsey);
test('should accept falsey arguments', 178, function() {
test('should accept falsey arguments', 182, function() {
var emptyArrays = _.map(falsey, function() { return []; }),
isExposed = '_' in root,
oldDash = root._;