Simplify assocIndexOf description. [ci skip]

This commit is contained in:
John-David Dalton
2016-03-12 09:01:06 -08:00
parent f88d27ccda
commit 81f8518d15

View File

@@ -2159,8 +2159,7 @@
}
/**
* Gets the index at which the first occurrence of `key` is found in `array`
* of key-value pairs.
* Gets the index at which the `key` is found in `array` of key-value pairs.
*
* @private
* @param {Array} array The array to search.