Browse Source

Updated docs

v3_develop
jos 10 years ago
parent
commit
fca674c14d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docs/network.html

+ 1
- 2
docs/network.html View File

@ -2556,8 +2556,7 @@ network.off('select', onSelect);
</tr>
<tr>
<td>stabilized</td>
<td>Fired when the network has been stabilized. This event can be used to trigger the .storePosition() function after stabilization. When the network in initialized, the parameter
iterations will be the amount of iterations it took to stabilize. After initialization, this parameter is null.</td>
<td>Fired when the network has been stabilized. This event can be used to trigger the .storePosition() function after stabilization. Fired with an object having the following properties:</td>
<td>
<ul>
<li><code>iterations</code>: number of iterations used to stabilize</li>

Loading…
Cancel
Save