Browse Source

updated docs

webworkersNetwork
Alex de Mulder 9 years ago
parent
commit
9781185fcb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/network/index.html

+ 2
- 2
docs/network/index.html View File

@ -964,8 +964,8 @@ function releaseFunction (clusterPosition, containedNodesPositions) {
<td colspan="2"><span parent="clusterByHubsize" class="right-caret" id="method_getViewPosition"></span> getViewPosition()</td>
</tr>
<tr class="hidden" parent="clusterByHubsize">
<td class="midMethods">Returns: Number</td>
<td>Returns the current central focus point of the view.</td>
<td class="midMethods">Returns: Object</td>
<td>Returns the current central focus point of the view in the form: <code>{ x: {Number}, y: {Number} }</code></td>
</tr>
<tr class="collapsible toggle" onclick="toggleTable('methodTable','fit', this);">

Loading…
Cancel
Save