Browse Source

Removed a broken link

flowchartTest
jos 9 years ago
parent
commit
0e915c1366
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/network/index.html

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

@ -891,7 +891,7 @@ var locales = {
</td>
</tr>
<tr class="hidden" parent="getEdgeAt">
<td class="midMethods">Returns: String</code></td>
<td class="midMethods">Returns: String</td>
<td>Returns a edgeId or undefined. The DOM positions are expected to be in pixels from the top left
corner
of the canvas..
@ -1203,7 +1203,7 @@ var options = {
<td>oncontext</td>
<td>same as <code>click</code>.</td>
<td>Fired when the user click on the canvas with the right mouse button. The right mouse button does not
select by default. You can use <a href="./selection.html">getNodeAt</a> to select the node if you
select by default. You can use the method <code>getNodeAt</code> to select the node if you
want.
</td>
</tr>

Loading…
Cancel
Save