Separate out _.drop, _.dropWhile, _.take, and _.takeWhile and modify docs to use "predicate" where appropriate.

This commit is contained in:
John-David Dalton
2014-03-04 01:02:03 -08:00
parent 7671187160
commit 0b22e76b85
2 changed files with 300 additions and 326 deletions

624
lodash.js

File diff suppressed because it is too large Load Diff

View File

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