summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-10-26 16:17:49 +0200
committerAlon Levy <alon@pobox.com>2014-10-26 16:17:49 +0200
commit379ee6d86dd8bfe54f48a29f531ded0878795adb (patch)
treec0c298a890cd6faad8b5e91208ac1a1bc90f7e02 /scripts
parented216a46fc9acb09d3f88199611b7298b629b946 (diff)
textanalysis: whitespace fix (same line touched by last patch)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/textanalysis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js
index 0537aab8..641005f1 100644
--- a/scripts/textanalysis.js
+++ b/scripts/textanalysis.js
@@ -204,7 +204,7 @@ var textAnalyser2 = function (newtext, finalize) {
case "+":
case ",":
case "&":
- sentence[m]="and";
+ sentence[m] = "and";
ANDcount++;
//orderStack.push("AND");
default: