Differences From Artifact [c9c7a0f69c]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [9ae8f0a042] at 2018-10-11 15:13:57 on branch nodejs — [js] Revert syntax change (user: IllusionPerdu, size: 16752) [annotate] [blame] [check-ins using]
To 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]
︙ | ︙ | |||
285 286 287 288 289 290 291 | getDefaultOptions () { return dTFDefaultOptions; } } | | | 285 286 287 288 289 290 291 292 293 294 295 | getDefaultOptions () { return dTFDefaultOptions; } } if (typeof(exports) !== 'undefined') { exports.TextFormatter = TextFormatter; exports.oReplTable = oReplTable; } |