diff options
| author | Alon Levy <alon@pobox.com> | 2015-07-30 18:04:11 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-30 18:04:11 +0300 |
| commit | 69bfafedb9678aa91264f4532f985d496c30b03d (patch) | |
| tree | 2ae8591ca35a490e7c201ec91e49e5a54551d7c0 | |
| parent | 9daec7c753f122225243767406700a47c7ef98d9 (diff) | |
client/view/graph_view: export layouts for debugging
| -rw-r--r-- | src/client/view/graph_view.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 96269689..4a8fb287 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -1302,6 +1302,7 @@ function GraphView(spec) { gv.zen_mode__cancel = function () { zen_mode__set(false); }; + gv.layouts = layouts; return gv; } |
