Bump to v4.14.1.

This commit is contained in:
John-David Dalton
2016-07-27 17:37:08 -07:00
parent edb45df54b
commit 623a72a129
20 changed files with 113 additions and 81 deletions

View File

@@ -5,6 +5,9 @@ define(['./_baseClone', './_baseConforms'], function(baseClone, baseConforms) {
* 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