Add constrainResolution in olx.interaction.PinchZoomOptions typedef

This commit is contained in:
Frederic Junod
2017-04-10 08:44:21 +02:00
parent a6a0b2c158
commit 639f40cb94

View File

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