From 64324f317b6fbd9a1b636b0b21e123155f8153d4 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 25 Feb 2015 00:22:53 +0200 Subject: client: selection tools: add link nodes in fan --- src/client/textanalysis.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/textanalysis.js') 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, -- cgit v1.3.1