From f64d554a38233ae0a323e1974d77e35bc727436d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 6 Mar 2009 22:24:31 +0000 Subject: [PATCH] Removing dash that ndoc misinterprets. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8967 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/Snapping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/Snapping.js b/lib/OpenLayers/Control/Snapping.js index 309927e350..785c8549eb 100644 --- a/lib/OpenLayers/Control/Snapping.js +++ b/lib/OpenLayers/Control/Snapping.js @@ -136,7 +136,7 @@ OpenLayers.Control.Snapping = OpenLayers.Class(OpenLayers.Control, { * layers will be checked and the closest feature in all target layers * will be chosen. The greedy property determines if the order of the * target layers is significant. By default, the order of the target - * layers is significant - where layers earlier in the target layer list + * layers is significant where layers earlier in the target layer list * have precedence over layers later in the list. Within a single * layer, the closest feature is always chosen for snapping. This * property only determines whether the search for a closer feature