summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/textanalysis.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js
index 800a741f..aa7d2e04 100644
--- a/scripts/textanalysis.js
+++ b/scripts/textanalysis.js
@@ -166,9 +166,9 @@ var textAnalyser2 = function (newtext, finalize) {
var l, n, j;
var link_hash = {};
var yell_bug = false; // TODO: fix both issues
- const NODE = "NODE";
- const LINK = "LINK";
- const START = "START";
+ var NODE = "NODE";
+ var LINK = "LINK";
+ var START = "START";
function addNode(id, type, state) {
ret.nodes.push({'id':id, 'type':type, 'state':state});