Differences From Artifact [8f4c2c4be2]:
- File gc_lang/fr/modules-js/phonet.js — part of check-in [1f4195c966] at 2017-08-04 15:41:45 on branch webext2 — [fx][core] initialization in gce_worker.js (user: olr, size: 3151) [annotate] [blame] [check-ins using]
To Artifact [742b1a34db]:
- File gc_lang/fr/modules-js/phonet.js — part of check-in [1800ac6b98] at 2017-08-06 01:32:04 on branch webext2_fix — [core][fr][js] ajout des ; oubliés et ajustement des ; en trop (user: IllusionPerdu, size: 3152) [annotate] [blame] [check-ins using] [more...]
︙ | |||
73 74 75 76 77 78 79 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - + | if (sMorph.search(sPattern) >= 0) { aSelect.add(sSimil); } } } return aSelect; } |
︙ |