[OpenLayers-Commits] r11843 - in sandbox/cmoullet/openlayers: .
lib/OpenLayers/Handler
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Mar 31 09:37:45 EDT 2011
Author: cmoullet
Date: 2011-03-31 06:37:44 -0700 (Thu, 31 Mar 2011)
New Revision: 11843
Modified:
sandbox/cmoullet/openlayers/
sandbox/cmoullet/openlayers/lib/OpenLayers/Handler/Feature.js
Log:
Merge with trunk
Property changes on: sandbox/cmoullet/openlayers
___________________________________________________________________
Modified: svn:mergeinfo
- /sandbox/roberthl/openlayers:9745-9748
/trunk/openlayers:11161-11775,11777-11839
+ /sandbox/roberthl/openlayers:9745-9748
/trunk/openlayers:11161-11775,11777-11842
Modified: sandbox/cmoullet/openlayers/lib/OpenLayers/Handler/Feature.js
===================================================================
--- sandbox/cmoullet/openlayers/lib/OpenLayers/Handler/Feature.js 2011-03-31 12:47:41 UTC (rev 11842)
+++ sandbox/cmoullet/openlayers/lib/OpenLayers/Handler/Feature.js 2011-03-31 13:37:44 UTC (rev 11843)
@@ -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