diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-09 00:06:53 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-09 00:06:53 +0200 |
| commit | defe2d12ebba188af7d89ea0860b75731acb8540 (patch) | |
| tree | 5aa15da4ceb53def28bec081b537ba762e943661 /src | |
| parent | b3c5070632a339a1a8eb46c2a5c47a562ede7633 (diff) | |
client/view/svg_input: missing param x doc
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/view/svg_input.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/view/svg_input.js b/src/client/view/svg_input.js index 69aeac4c..db9e190e 100644 --- a/src/client/view/svg_input.js +++ b/src/client/view/svg_input.js @@ -106,8 +106,12 @@ var svgInput = function(vis, graph) { } /* + * Makes the input element visible at the position of @e with text + * from @n. Uses @x as x offset. + * * @param e visual node element * @param n node model object + * @param x offset on x dimension from e */ function enable(e, n, x) { var oldname = n.name, |
