Add mouseWheelZoomDelta option to MapOptions

This commit is contained in:
Éric Lemoine
2012-09-27 15:16:14 +02:00
parent dd425ff922
commit d2f9ebae41
4 changed files with 64 additions and 8 deletions

View File

@@ -70,6 +70,12 @@ olx.MapOptionsExtern.prototype.maxResolution;
olx.MapOptionsExtern.prototype.mouseWheelZoom;
/**
* @type {number|undefined}
*/
olx.MapOptionsExtern.prototype.mouseWheelZoomDelta;
/**
* @type {number|undefined}
*/