Differences From Artifact [eee97306e0]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [977fd9b488] at 2018-10-11 15:39:24 on branch nodejs — [js] Revert syntax change (oubli) (user: IllusionPerdu, size: 16752) [annotate] [blame] [check-ins using]
To Artifact [37082b32a5]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [dcba084a8d] at 2018-10-12 12:03:08 on branch nodejs — [core][js] Fix textformater (user: IllusionPerdu, size: 16748) [annotate] [blame] [check-ins using]
︙ | |||
270 271 272 273 274 275 276 | 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 | - + | } formatText (sText, dOpt=null) { if (dOpt !== null) { dTFOptions.gl_updateOnlyExistingKeys(dOpt); } for (let [sOptName, bVal] of dTFOptions) { |
︙ |