Differences From Artifact [74647129de]:
- File gc_lang/fr/modules-js/gce_suggestions.js — part of check-in [943e05400b] at 2017-08-06 08:41:52 on branch webext2_fix — [fr][js][bug] bug dans conj, bug sur suggVerbInfi + renommage de variables dans mfsp (user: olr, size: 20140) [annotate] [blame] [check-ins using]
To Artifact [db0ba9f8a1]:
- File gc_lang/fr/modules-js/gce_suggestions.js — part of check-in [b1dc023d0a] at 2017-08-06 09:10:08 on branch webext2_fix — [core][js] useless comments (user: olr, size: 20104) [annotate] [blame] [check-ins using] [more...]
︙ | |||
139 140 141 142 143 144 145 | 139 140 141 142 143 144 145 146 147 148 149 150 151 152 | - | if (aSugg.size > 0) { return Array.from(aSugg).join("|"); } return ""; } function suggVerbInfi (sFlex) { |
︙ |