summaryrefslogtreecommitdiff
path: root/scripts/textanalysis.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/textanalysis.js')
-rw-r--r--scripts/textanalysis.js4
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];