From 379ee6d86dd8bfe54f48a29f531ded0878795adb Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 26 Oct 2014 16:17:49 +0200 Subject: textanalysis: whitespace fix (same line touched by last patch) --- scripts/textanalysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/textanalysis.js') 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: -- cgit v1.3.1