Minor API doc enhancement

This commit is contained in:
Marc Jansen
2012-04-21 00:23:41 +03:00
parent e690f28517
commit 1691d4a71f

View File

@@ -112,7 +112,7 @@ OpenLayers.Util.removeItem = function(array, item) {
* obj - {*}
*
* Returns:
* {Integer} The index at, which the first object was found in the array.
* {Integer} The index at which the first object was found in the array.
* If not found, returns -1.
*/
OpenLayers.Util.indexOf = function(array, obj) {