diff options
-rw-r--r-- | tap-listener.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-listener.js b/tap-listener.js index a9d494f..a60e723 100644 --- a/tap-listener.js +++ b/tap-listener.js @@ -61,7 +61,7 @@ proto.unbindTap = function() { if ( !this.tapElement ) { return; } - this._bindStartEvent( this.tapElement, true ); + this._bindStartEvent( this.tapElement, false ); delete this.tapElement; }; |