Merge pull request #6681 from fredj/constrainResolution_typedef

Add constrainResolution in olx.interaction.PinchZoomOptions typedef
This commit is contained in:
Frédéric Junod
2017-04-10 08:56:55 +02:00
committed by GitHub

View File

@@ -3152,7 +3152,10 @@ olx.interaction.PinchRotateOptions.prototype.threshold;
/**
* @typedef {{duration: (number|undefined)}}
* @typedef {{
* duration: (number|undefined),
* constrainResolution: (boolean|undefined)
* }}
*/
olx.interaction.PinchZoomOptions;