From 0cd5ba5b9f1f2be7a8edd35a6910b02eed23581e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Thu, 13 Dec 2007 13:09:01 +0000 Subject: [PATCH] fix ND comment typo git-svn-id: http://svn.openlayers.org/trunk/openlayers@5393 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index fd9f74120b..79c8d07934 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -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) {