Add _.create to chaining docs. [ci skip]

This commit is contained in:
John-David Dalton
2013-10-19 13:15:39 -07:00
parent eca1d9aabd
commit eee3a263f5

View File

@@ -598,15 +598,16 @@
* *
* The chainable wrapper functions are: * The chainable wrapper functions are:
* `after`, `assign`, `bind`, `bindAll`, `bindKey`, `chain`, `compact`, * `after`, `assign`, `bind`, `bindAll`, `bindKey`, `chain`, `compact`,
* `compose`, `concat`, `countBy`, `createCallback`, `curry`, `debounce`, * `compose`, `concat`, `countBy`, `create`, `createCallback`, `curry`,
* `defaults`, `defer`, `delay`, `difference`, `filter`, `flatten`, `forEach`, * `debounce`, `defaults`, `defer`, `delay`, `difference`, `filter`, `flatten`,
* `forEachRight`, `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `functions`, * `forEach`, `forEachRight`, `forIn`, `forInRight`, `forOwn`, `forOwnRight`,
* `groupBy`, `indexBy`, `initial`, `intersection`, `invert`, `invoke`, `keys`, * `functions`, `groupBy`, `indexBy`, `initial`, `intersection`, `invert`,
* `map`, `max`, `memoize`, `merge`, `min`, `object`, `omit`, `once`, `pairs`, * `invoke`, `keys`, `map`, `max`, `memoize`, `merge`, `min`, `object`, `omit`,
* `partial`, `partialRight`, `pick`, `pluck`, `pull`, `push`, `range`, `reject`, * `once`, `pairs`, `partial`, `partialRight`, `pick`, `pluck`, `pull`, `push`,
* `remove`, `rest`, `reverse`, `shuffle`, `slice`, `sort`, `sortBy`, `splice`, * `range`, `reject`, `remove`, `rest`, `reverse`, `shuffle`, `slice`, `sort`,
* `tap`, `throttle`, `times`, `toArray`, `transform`, `union`, `uniq`, `unshift`, * `sortBy`, `splice`, `tap`, `throttle`, `times`, `toArray`, `transform`,
* `unzip`, `values`, `where`, `without`, `wrap`, and `zip` * `union`, `uniq`, `unshift`, `unzip`, `values`, `where`, `without`, `wrap`,
* and `zip`
* *
* The non-chainable wrapper functions are: * The non-chainable wrapper functions are:
* `clone`, `cloneDeep`, `contains`, `escape`, `every`, `find`, `findIndex`, * `clone`, `cloneDeep`, `contains`, `escape`, `every`, `find`, `findIndex`,
@@ -2072,7 +2073,7 @@
} }
/** /**
* Creates a new object with the specified `prototype`. * Creates a new object with the specified `prototype` object.
* *
* @static * @static
* @memberOf _ * @memberOf _