diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-29 17:55:08 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-29 17:55:08 +0300 |
| commit | 68b751bf8663f1b69d1019b0fef7785e726852d5 (patch) | |
| tree | 87cd70336289ee93457aed31f203c05cae770967 /scripts/textanalysis.js | |
| parent | a2682448c57e3b123ce0aa10ab7ed368cfcb77ba (diff) | |
textanalysis: fold a too long line
Diffstat (limited to 'scripts/textanalysis.js')
| -rw-r--r-- | scripts/textanalysis.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js index a6905648..f8522887 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -207,7 +207,8 @@ var textAnalyser2 = function (newtext, finalize) { case "NODE": addNode(newnodes[nodeindex], typeStack[nodeindex], typesetter); if (!abnormalGraph) { - addLink(newnodes[nodeindex - 1], newnodes[nodeindex], newlinks[linkindex], typesetter); + addLink(newnodes[nodeindex - 1], newnodes[nodeindex], + newlinks[linkindex], typesetter); } nodeindex++; break; |
