diff --git a/src/ol/pointer/touchsource.js b/src/ol/pointer/touchsource.js index edd5279d67..fc87a13136 100644 --- a/src/ol/pointer/touchsource.js +++ b/src/ol/pointer/touchsource.js @@ -161,7 +161,6 @@ ol.pointer.TouchSource.prototype.removePrimaryPointer_ = function(inPointer) { * @private */ ol.pointer.TouchSource.prototype.resetClickCount_ = function() { - goog.asserts.assert(!goog.isDef(this.resetId_)); this.resetId_ = goog.global.setTimeout(this.resetClickCountHandler_, ol.pointer.TouchSource.CLICK_COUNT_TIMEOUT); };