diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-24 19:52:15 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-24 19:53:00 +0200 |
| commit | 49ec1a29e992275e4ba3f83df9a43202d64fb351 (patch) | |
| tree | 59ab0be991b9a5b0f6a9439ba7d3e142917bbd2c /src | |
| parent | 1e04f2e92a33e57150c7c031691b9b3a19115b01 (diff) | |
client: set double spaces as separator instead of hash
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/textanalysis.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/textanalysis.js b/src/client/textanalysis.js index 18dbba92..f5e9a9ca 100644 --- a/src/client/textanalysis.js +++ b/src/client/textanalysis.js @@ -3,8 +3,8 @@ function(rz_core, model_core, model_util, model_diff, consts, util) { "use strict"; // Constants -var node_edge_separator = false; -var separator_symbol = '#'; //'#'; //' '; +var node_edge_separator = true; +var separator_symbol = ' '; //'#'; //' '; var typeindex = 0, nodetypes = consts.nodetypes, |
