Differences From 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]
To Artifact [b9ee777056]:
- File gc_lang/fr/xpi/gce_worker.js — part of check-in [622850e787] at 2017-07-13 07:01:11 on branch kill_innerHTML — [fr][js] corrige le commit précédent (user: olr, size: 4968) [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) { |
︙ |