Differences From Artifact [69edc307b9]:
- File gc_lang/fr/xpi/gce_worker.js — part of check-in [b4cf00a4c8] at 2017-07-13 06:50:45 on branch kill_innerHTML — [fx][fr][js] tokeniseur --> lexicographe (user: olr, size: 4978) [annotate] [blame] [check-ins using]
To Artifact [df3e1e39a5]:
- File gc_lang/fr/xpi/gce_worker.js — part of check-in [af7332c066] at 2017-07-13 06:54:49 on branch kill_innerHTML — [fr][js] fausse manœuvre (commit accidentel) (user: olr, size: 4978) [annotate] [blame] [check-ins using]
| ︙ | |||
150 151 152 153 154 155 156 | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | - + |
function getListOfElements (sText) {
try {
let aElem = [];
let aRes = null;
for (let oToken of oTokenizer.genTokens(sText)) {
aRes = oLxg.getInfoForToken(oToken);
if (aRes) {
|
| ︙ |