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:05:07 +0300 |
| commit | c0189143b375f8fa89dfd1c40ac8892bec232c6f (patch) | |
| tree | 2ae8591ca35a490e7c201ec91e49e5a54551d7c0 /src/client/view | |
| parent | 0243bb87155f7312c63957eccb226a87c1044c4a (diff) | |
client/view/graph_view: export layouts for debugging
Diffstat (limited to 'src/client/view')
| -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; } |
