Bump to v4.2.1.

This commit is contained in:
John-David Dalton
2016-02-03 00:57:54 -08:00
parent 5ca813254d
commit e2a6db008f
10 changed files with 39 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ define(['./_baseIteratee', './_basePullAllBy'], function(baseIteratee, basePullA
/**
* This method is like `_.pullAll` except that it accepts `iteratee` which is
* invoked for each element of `array` and `values` to to generate the criterion
* invoked for each element of `array` and `values` to generate the criterion
* by which uniqueness is computed. The iteratee is invoked with one argument: (value).
*
* **Note:** Unlike `_.differenceBy`, this method mutates `array`.