Differences From Artifact [2837f59006]:
- File graphspell-js/dawg.js — part of check-in [e7f46d5ce1] at 2018-02-06 10:23:39 on branch trunk — [graphspell][js] dawg: bug fixing + code clarification (user: olr, size: 20324) [annotate] [blame] [check-ins using]
To Artifact [af3f047637]:
- File graphspell-js/dawg.js — part of check-in [898b80959d] at 2018-02-06 16:08:07 on branch trunk — [fx] update: lexicon editor (user: olr, size: 20291) [annotate] [blame] [check-ins using]
︙ | |||
130 131 132 133 134 135 136 | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | - + - | // build lWord.sort(); if (xProgressBarNode) { xProgressBarNode.value = 0; xProgressBarNode.max = lWord.length; } |
︙ |