diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-08 01:20:50 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-09 06:39:23 +0300 |
| commit | 90c9fe0e6ca1f4529ac89f95f8d85741639ab1e2 (patch) | |
| tree | d454896f672b7556bbe925337d7e8ca3abfee10e /src | |
| parent | 838671521ac7771cd1db2610e33a6fcbdf277c50 (diff) | |
client/view/layouts: add stp-bfs commented out
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/view/layouts.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/view/layouts.js b/src/client/view/layouts.js index d87266a7..f93c27a3 100644 --- a/src/client/view/layouts.js +++ b/src/client/view/layouts.js @@ -359,6 +359,13 @@ function(consts, $, d3, _) { }, /* { + name: 'STP-BFS', + create: layout__d3_force_stp, + clazz: 'btn_layout_d3_force' + }, + */ + /* + { name: 'Grid', create: layout__grid, clazz: 'btn_layout_grid' |
