fix ND comment typo

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5393 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2007-12-13 13:09:01 +00:00
parent 7063cdab3a
commit 0cd5ba5b9f

View File

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