fix docs permalink

This commit is contained in:
Mottie 2013-12-11 13:29:52 -06:00
parent 51ecf97c84
commit bada08ef64

View File

@ -1165,8 +1165,8 @@ From the example function above, you'll end up with something similar to this HT
<td><a href="example-option-sortreset-sortrestart.html">Example</a></td>
</tr>
<tr id="sortResetKey">
<td>sortResetKey</td>
<tr id="sortresetkey">
<td><span class="permalink">sortResetKey</span></td>
<td>String</td>
<td>&quot;ctrlKey&quot;</td>
<td>The key used to reset sorting on the entire table. Defaults to the control key. The other options are <code>&quot;shiftKey&quot;</code> or <code>&quot;altKey&quot;</code>. Reference: <a class="external" href="https://developer.mozilla.org/en/DOM/MouseEvent">https://developer.mozilla.org/en/DOM/MouseEvent</a></td>