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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Mar 31 08:47:42 EDT 2011


Author: sbrunner
Date: 2011-03-31 05:47:41 -0700 (Thu, 31 Mar 2011)
New Revision: 11842

Modified:
   trunk/openlayers/lib/OpenLayers/Handler/Feature.js
Log:
typo

Modified: trunk/openlayers/lib/OpenLayers/Handler/Feature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Feature.js	2011-03-31 12:33:45 UTC (rev 11841)
+++ trunk/openlayers/lib/OpenLayers/Handler/Feature.js	2011-03-31 12:47:41 UTC (rev 11842)
@@ -153,7 +153,7 @@
     /**
      * Method: touchmove
      * Handle touchmove events. We just prevent the browser default behavior,
-     *    for Android Safari not to select text when moving the finger after
+     *    for Android Webkit not to select text when moving the finger after
      *    selecting a feature.
      *
      * Parameters:
@@ -283,7 +283,7 @@
         }
         if(this.feature) {
             if(evt.type === "touchstart") {
-                // stop the event to prevent Android Safari from
+                // stop the event to prevent Android Webkit from
                 // "flashing" the map div
                 OpenLayers.Event.stop(evt);
             }



More information about the Commits mailing list