From 7aef780b14c358e4a8b7d49348bbe1dc81987226 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 20 Aug 2015 08:02:44 -0700 Subject: [PATCH] Add `hasIn` to `lodash` chaining doc note. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index d1cb4afbc..7e6d7d749 100644 --- a/lodash.js +++ b/lodash.js @@ -851,7 +851,7 @@ * `cloneDeepWith`, `cloneWith`, `deburr`, `endsWith`, `eq`, `escape`, * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, * `findLastIndex`, `findLastKey`, `first`, `floor`, `get`, `gt`, `gte`, - * `has`, `identity`, `includes`, `indexOf`, `inRange`, `isArguments`, + * `has`, `hasIn`, `identity`, `includes`, `indexOf`, `inRange`, `isArguments`, * `isArray`, `isBoolean`, `isDate`, `isElement`, `isEmpty`, `isEqual`, * `isEqualWith`, `isError`, `isFinite` `isFunction`, `isMatch`, `isMatchWith`, * `isNative`, `isNaN`, `isNil`, `isNull`, `isNumber`, `isObject`, `isPlainObject`,