[OpenLayers-Commits] r12153 -
trunk/openlayers/lib/OpenLayers/Handler
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Jul 4 16:48:13 EDT 2011
Author: erilem
Date: 2011-07-04 13:48:12 -0700 (Mon, 04 Jul 2011)
New Revision: 12153
Modified:
trunk/openlayers/lib/OpenLayers/Handler/Point.js
Log:
Handler.Point has no "drawing" property anymore, trivial change (references #3316)
Modified: trunk/openlayers/lib/OpenLayers/Handler/Point.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Point.js 2011-07-04 20:37:54 UTC (rev 12152)
+++ trunk/openlayers/lib/OpenLayers/Handler/Point.js 2011-07-04 20:48:12 UTC (rev 12153)
@@ -247,7 +247,6 @@
*/
finalize: function(cancel) {
var key = cancel ? "cancel" : "done";
- this.drawing = false;
this.mouseDown = false;
this.lastDown = null;
this.lastUp = null;
More information about the Commits
mailing list