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

@@ -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];