[OpenLayers-Commits] r1769 - sandbox/bertil/lib/OpenLayers/Control

commits at openlayers.org commits at openlayers.org
Tue Nov 7 11:28:56 EST 2006


Author: pgiraud
Date: 2006-11-07 11:28:54 -0500 (Tue, 07 Nov 2006)
New Revision: 1769

Modified:
   sandbox/bertil/lib/OpenLayers/Control/Edition.js
Log:
illegal character

Modified: sandbox/bertil/lib/OpenLayers/Control/Edition.js
===================================================================
--- sandbox/bertil/lib/OpenLayers/Control/Edition.js	2006-11-07 16:27:31 UTC (rev 1768)
+++ sandbox/bertil/lib/OpenLayers/Control/Edition.js	2006-11-07 16:28:54 UTC (rev 1769)
@@ -113,7 +113,7 @@
             var closestVertex = null;
             var distance = this.snappingTolerance;
             vector.features.each(function(feature) {
-                if (!feature.extent || !feature.extent.containsLonLat(lonlat)) {
+                if (!feature.extent || !feature.extent.containsLonLat(lonlat)) {
                     return;
                 }
                 feature.path.each(function(vertex) {



More information about the Commits mailing list