diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-06 15:06:14 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-07 08:51:43 +0300 |
| commit | 26b5eeff42c50008b563f368f732965a90a3371b (patch) | |
| tree | d337fd283ed2bfe9056d1b012c43d9d9586efffa /scripts | |
| parent | 9b2394dafb28b870e0339fd3cc137cb80ccd6dd4 (diff) | |
textanalysis: fix indentation
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/textanalysis.js | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |
