summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tap-listener.js2
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;
};