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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user