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

@@ -2,9 +2,11 @@ var baseConformsTo = require('./_baseConformsTo'),
keys = require('./keys');
/**
* Checks if `object` conforms to `source` by invoking the predicate properties
* of `source` with the corresponding property values of `object`. This method
* is equivalent to a `_.conforms` function when `source` is partially applied.
* Checks if `object` conforms to `source` by invoking the predicate
* properties of `source` with the corresponding property values of `object`.
*
* **Note:** This method is equivalent to `_.conforms` when `source` is
* partially applied.
*
* @static
* @memberOf _