Separate olx.OverlayPanOptions from olx.animation.PanOptions

This commit is contained in:
Tim Schaub
2016-11-06 10:40:27 -07:00
parent fee761b159
commit 2eedffa100
2 changed files with 34 additions and 8 deletions

View File

@@ -68,10 +68,10 @@ ol.Overlay = function(options) {
/**
* @private
* @type {olx.animation.PanOptions}
* @type {olx.OverlayPanOptions}
*/
this.autoPanAnimation_ = options.autoPanAnimation ||
/** @type {olx.animation.PanOptions} */ ({});
/** @type {olx.OverlayPanOptions} */ ({});
/**
* @private