Bump to v4.14.1.

This commit is contained in:
John-David Dalton
2016-07-27 17:44:44 -07:00
parent a8d3718760
commit cd04b44875
23 changed files with 255 additions and 222 deletions

View File

@@ -6,6 +6,9 @@ var baseClone = require('./_baseClone'),
* the corresponding property values of a given object, returning `true` if
* all predicates return truthy, else `false`.
*
* **Note:** The created function is equivalent to `_.conformsTo` with
* `source` partially applied.
*
* @static
* @memberOf _
* @since 4.0.0