Add conformsTo to lodash doc block. [ci skip]

This commit is contained in:
John-David Dalton
2016-06-26 09:55:25 -07:00
parent 32158935f8
commit d643bbd7e4

View File

@@ -1481,16 +1481,16 @@
* *
* The wrapper methods that are **not** chainable by default are: * The wrapper methods that are **not** chainable by default are:
* `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,
* `cloneDeep`, `cloneDeepWith`, `cloneWith`, `deburr`, `defaultTo`, `divide`, * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,
* `each`, `eachRight`, `endsWith`, `eq`, `escape`, `escapeRegExp`, `every`, * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,
* `find`, `findIndex`, `findKey`, `findLast`, `findLastIndex`, `findLastKey`, * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,
* `first`, `floor`, `forEach`, `forEachRight`, `forIn`, `forInRight`, * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,
* `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, `hasIn`, `head`, * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,
* `identity`, `includes`, `indexOf`, `inRange`, `invoke`, `isArguments`, * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,
* `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, `isBoolean`, * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,
* `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, `isEqualWith`, * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,
* `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, `isMap`, * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,
* `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,
* `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,
* `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,
* `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,