Adjust indent

This commit is contained in:
Tim Schaub
2018-03-17 14:24:22 -06:00
parent 0ddd5622ec
commit 25da233921
3 changed files with 4 additions and 8 deletions

View File

@@ -146,8 +146,7 @@ const Overlay = function(options) {
* @protected
* @type {module:ol/Overlay~OverlayPanOptions}
*/
this.autoPanAnimation = options.autoPanAnimation ||
/** @type {module:ol/Overlay~OverlayPanOptions} */ ({});
this.autoPanAnimation = options.autoPanAnimation || /** @type {module:ol/Overlay~OverlayPanOptions} */ ({});
/**
* @protected