From 119f9bc635511371f15be499bb7ee1f5a775267e Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 10 Apr 2009 16:34:09 +0000 Subject: [PATCH] Whitespace change only. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Handler/RegularPolygon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Handler/RegularPolygon.js b/lib/OpenLayers/Handler/RegularPolygon.js index 114f294582..a84b1b5216 100644 --- a/lib/OpenLayers/Handler/RegularPolygon.js +++ b/lib/OpenLayers/Handler/RegularPolygon.js @@ -319,7 +319,7 @@ OpenLayers.Handler.RegularPolygon = OpenLayers.Class(OpenLayers.Handler.Drag, { // if the number of sides ever changes, create a new geometry if(ring.components.length != (this.sides + 1)) { this.createGeometry(); - ring = this.feature.geometry.components[0]; + ring = this.feature.geometry.components[0]; } for(var i=0; i