Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/api/events.html
@@ -48,7 +48,7 @@ <h2>Touch events</h2>
<dt><code>taphold</code></dt>
<dd><p>Triggers after a held complete touch event (close to one second).</p>
<ul>
<li><code>tapholdThreshold</code> (default: 750ms) – This value dictates how long the user must hold their tap before the taphold event is fired on the target element.</li>
<li><code>$.event.special.tap.tapholdThreshold</code> (default: 750ms) – This value dictates how long the user must hold their tap before the taphold event is fired on the target element.</li>
</ul>
</dd>