From defe2d12ebba188af7d89ea0860b75731acb8540 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 9 Mar 2015 00:06:53 +0200 Subject: client/view/svg_input: missing param x doc --- src/client/view/svg_input.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/view') 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, -- cgit v1.3.1