diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-26 16:17:49 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-26 16:17:49 +0200 |
| commit | 379ee6d86dd8bfe54f48a29f531ded0878795adb (patch) | |
| tree | c0c298a890cd6faad8b5e91208ac1a1bc90f7e02 /scripts/textanalysis.js | |
| parent | ed216a46fc9acb09d3f88199611b7298b629b946 (diff) | |
textanalysis: whitespace fix (same line touched by last patch)
Diffstat (limited to 'scripts/textanalysis.js')
| -rw-r--r-- | scripts/textanalysis.js | 2 |
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: |
