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

@@ -2,10 +2,10 @@ define(['./_baseIsMatch', './_getMatchData'], function(baseIsMatch, getMatchData
/**
* Performs a partial deep comparison between `object` and `source` to
* determine if `object` contains equivalent property values. This method is
* equivalent to a `_.matches` function when `source` is partially applied.
* determine if `object` contains equivalent property values.
*
* **Note:** This method supports comparing the same values as `_.isEqual`.
* **Note:** This method supports comparing the same values as `_.isEqual`
* and is equivalent to `_.matches` when `source` is partially applied.
*
* @static
* @memberOf _