diff --git a/src/ol/interaction/Draw.js b/src/ol/interaction/Draw.js index a7795bae57..1b0ca73603 100644 --- a/src/ol/interaction/Draw.js +++ b/src/ol/interaction/Draw.js @@ -182,13 +182,13 @@ const Draw = function(options) { this.downPx_ = null; /** - * @type {number} + * @type {number|undefined} * @private */ this.downTimeout_; /** - * @type {number} + * @type {number|undefined} * @private */ this.lastDragTime_;