Skip to content

Commit

Permalink
Add anchor ids to startOperation/endOperation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jul 21, 2017
1 parent 6cad72f commit cde3e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -2048,8 +2048,8 @@ <h3 id="api_misc">Miscellaneous methods</h3>
lot faster. The return value from this method will be the return
value of your function.</dd>

<dt><code><strong>cm.startOperation</strong>()</code></dt>
<dt><code><strong>cm.endOperation</strong>()</code></dt>
<dt id="startOperation"><code><strong>cm.startOperation</strong>()</code></dt>
<dt id="endOperation"><code><strong>cm.endOperation</strong>()</code></dt>
<dd>In normal circumstances, use the above <code>operation</code>
method. But if you want to buffer operations happening asynchronously,
or that can't all be wrapped in a callback function, you can
Expand Down

0 comments on commit cde3e99

Please sign in to comment.