RegularPolygon handler - reverting [11770], as calling cancel from out causes issues (#3199)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11802 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2011-03-30 16:47:08 +00:00
parent 0d07893f2a
commit b14822c569

View File

@@ -303,7 +303,7 @@ OpenLayers.Handler.RegularPolygon = OpenLayers.Class(OpenLayers.Handler.Drag, {
* evt - {Event} The mouse out event
*/
out: function(evt) {
this.cancel();
this.finalize();
},
/**