fixed APIdocs. Non-functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12193 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-07-27 11:36:33 +00:00
parent 7bcf20bd33
commit eba3d3878c
2 changed files with 6 additions and 0 deletions

View File

@@ -184,6 +184,9 @@ OpenLayers.Handler.Click = OpenLayers.Class(OpenLayers.Handler, {
* Method: touchend
* Correctly set event xy property, and add lastTouches to have
* touches property from last touchstart or touchmove
*
* Returns:
* {Boolean} Continue propagating this event.
*/
touchend: function(evt) {
// touchstart may not have been allowed to propagate

View File

@@ -194,6 +194,9 @@ OpenLayers.Handler.Pinch = OpenLayers.Class(OpenLayers.Handler, {
*
* Parameters:
* touches - {Array(Object)}
*
* Returns:
* {Number} The distance in pixels.
*/
getDistance: function(touches) {
var t0 = touches[0];