Differences From Artifact [c18f31aacd]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [c70980cc3c] at 2018-10-12 14:20:29 on branch nodejs — [core][js] Textformater more usable (user: IllusionPerdu, size: 18806) [annotate] [blame] [check-ins using]
To Artifact [6ee920637b]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [4afd98aa33] at 2018-10-12 14:22:30 on branch nodejs — [core][js] Textformater fix syntax change (user: IllusionPerdu, size: 18807) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
345 346 347 348 349 350 351 | getReplTable(){ return oReplTable; } } | | | 345 346 347 348 349 350 351 352 353 354 355 | getReplTable(){ return oReplTable; } } if (typeof(exports) !== 'undefined') { exports.TextFormatter = TextFormatter; exports.oReplTable = oReplTable; } |