[OpenLayers-Commits] r11913 - trunk/openlayers/lib/OpenLayers/Handler

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Apr 27 02:17:19 EDT 2011


Author: erilem
Date: 2011-04-26 23:17:18 -0700 (Tue, 26 Apr 2011)
New Revision: 11913

Modified:
   trunk/openlayers/lib/OpenLayers/Handler/Point.js
Log:
point handler - remove the ununsed finishTouchGeometry function, no functional change

Modified: trunk/openlayers/lib/OpenLayers/Handler/Point.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Point.js	2011-04-26 10:10:09 UTC (rev 11912)
+++ trunk/openlayers/lib/OpenLayers/Handler/Point.js	2011-04-27 06:17:18 UTC (rev 11913)
@@ -246,14 +246,6 @@
     },
 
     /**
-     * Method: finishTouchGeometry
-     * Finish the geometry and send it back to the control.
-     */
-    finishTouchGeometry: function() {
-        this.finalize();
-    },
-    
-    /**
      * Method: finalize
      * Finish the geometry and call the "done" callback.
      *



More information about the Commits mailing list