From 26b5eeff42c50008b563f368f732965a90a3371b Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 6 Oct 2014 15:06:14 +0300 Subject: textanalysis: fix indentation --- scripts/textanalysis.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js index 55283ece..a93839aa 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -249,9 +249,9 @@ var textAnalyser2 = function (newtext, finalize) { addNode("new node", typeStack[nodeindex], "temp"); if (!abnormalGraph) { addLink(newnodes[nodeindex - 1], "new node", newlinks[linkindex], "temp"); - ANDconnect("new node");} + ANDconnect("new node"); + } ret.state = ANALYSIS_NODE_START; - break; case "NODE": typeStack[nodeindex]=nodetypes[typeindex]; -- cgit v1.3.1