Cleanup _.sample and add missing dependency.

Former-commit-id: 428bbdb266bd1d66119007ed6121c3f810bd2cd1
This commit is contained in:
John-David Dalton
2013-08-17 13:00:04 -07:00
parent 508cada017
commit eecb6986ee
8 changed files with 27 additions and 26 deletions

View File

@@ -947,8 +947,8 @@
* @category Objects
* @param {Object} object The destination object.
* @param {Object} [source1, source2, ...] The source objects.
* @param- {Object} [guard] Allows working with `_.reduce` without using
* their `key` and `object` arguments as sources.
* @param- {Object} [guard] Allows working with `_.reduce` without using its
* `key` and `object` arguments as sources.
* @returns {Object} Returns the destination object.
* @example
*