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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Sun Feb 27 10:19:33 EST 2011


Author: tschaub
Date: 2011-02-27 07:19:32 -0800 (Sun, 27 Feb 2011)
New Revision: 11564

Modified:
   trunk/openlayers/lib/OpenLayers/Handler/Click.js
Log:
Correcting click handler comment.

Modified: trunk/openlayers/lib/OpenLayers/Handler/Click.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Click.js	2011-02-27 15:00:38 UTC (rev 11563)
+++ trunk/openlayers/lib/OpenLayers/Handler/Click.js	2011-02-27 15:19:32 UTC (rev 11564)
@@ -126,7 +126,7 @@
      */
     initialize: function(control, callbacks, options) {
         OpenLayers.Handler.prototype.initialize.apply(this, arguments);
-        // optionally register for mouseup and mousedown
+        // optionally register for mousedown
         if(this.pixelTolerance != null) {
             this.mousedown = function(evt) {
                 this.down = this.getEventInfo(evt);



More information about the Commits mailing list