added oneToMany option to _.invert()

This commit is contained in:
Scott Shepherd
2013-12-05 09:14:58 -05:00
parent efb1a2c8e0
commit cc7575adab

View File

@@ -2540,7 +2540,7 @@
* @memberOf _
* @category Objects
* @param {Object} object The object to invert.
* @param {boolean} oneToMany allow multiple values for each key in the inverted result
* @param {boolean} oneToMany Allow multiple values for each key in the inverted result
* @returns {Object} Returns the created inverted object.
* @example
*