diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-25 00:22:53 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-25 00:22:53 +0200 |
| commit | 64324f317b6fbd9a1b636b0b21e123155f8153d4 (patch) | |
| tree | e9796eb67a99133b49d2151a0034b180c364f0ad /src/client/textanalysis.js | |
| parent | 717200a13ce38ad113620a092f786e9b1ea6ee85 (diff) | |
client: selection tools: add link nodes in fan
Diffstat (limited to 'src/client/textanalysis.js')
| -rw-r--r-- | src/client/textanalysis.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/textanalysis.js b/src/client/textanalysis.js index 5371c472..02f24211 100644 --- a/src/client/textanalysis.js +++ b/src/client/textanalysis.js @@ -503,6 +503,9 @@ var textAnalyser = function (spec) { ret.drop_conjugator_links = true; // leaving since we might change behavior again + // textanalysis.ui uses this. should make this more explicit + ret.thirds = thirds; + ret.applyToGraph = function(spec) { var edit_graph = spec.edit_graph, backend_commit = spec.backend_commit, |
