Add missing undefined type to timout variables
This commit is contained in:
@@ -182,13 +182,13 @@ const Draw = function(options) {
|
|||||||
this.downPx_ = null;
|
this.downPx_ = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {number}
|
* @type {number|undefined}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
this.downTimeout_;
|
this.downTimeout_;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {number}
|
* @type {number|undefined}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
this.lastDragTime_;
|
this.lastDragTime_;
|
||||||
|
|||||||
Reference in New Issue
Block a user