Add private guard param doc to _.sortByOrder. [ci skip]

This commit is contained in:
jdalton
2015-03-07 11:11:24 -08:00
parent 0f201e3fd8
commit 7c443431d9

View File

@@ -6975,6 +6975,7 @@
* @param {Array|Object|string} collection The collection to iterate over.
* @param {string[]} props The property names to sort by.
* @param {boolean[]} orders The sort orders of `props`.
* @param- {Object} [guard] Enables use as a callback for functions like `_.reduce`.
* @returns {Array} Returns the new sorted array.
* @example
*