[OpenLayers-Commits] r11137 - sandbox/elemoine/draw-feature/lib/OpenLayers/Handler

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Feb 17 16:13:02 EST 2011


Author: erilem
Date: 2011-02-17 13:13:02 -0800 (Thu, 17 Feb 2011)
New Revision: 11137

Modified:
   sandbox/elemoine/draw-feature/lib/OpenLayers/Handler/Path.js
Log:
path handler - add missing return statement in mouseup

Modified: sandbox/elemoine/draw-feature/lib/OpenLayers/Handler/Path.js
===================================================================
--- sandbox/elemoine/draw-feature/lib/OpenLayers/Handler/Path.js	2011-02-17 19:54:11 UTC (rev 11136)
+++ sandbox/elemoine/draw-feature/lib/OpenLayers/Handler/Path.js	2011-02-17 21:13:02 UTC (rev 11137)
@@ -296,6 +296,7 @@
             this.stoppedDown = this.stopDown;
             this.mouseDown = false;
         }
+        return !this.stopUp;
     },
 
     /**



More information about the Commits mailing list