Differences From Artifact [fcd9e4b1a6]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [001f5897d2] at 2017-06-27 08:49:05 on branch trunk — [fr][bug] formateur de texte: URL (user: olr, size: 16285) [annotate] [blame] [check-ins using]
To Artifact [b59d078241]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [c55ae247e7] at 2017-07-29 08:06:31 on branch webext — [core][js] test if <exports> exists (user: olr, size: 16286) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
274 275 276 277 278 279 280 281 282 283 284 285 | return sText; }; getDefaultOptions () { return dDefaultOptions; } } if (typeof(exports) !== 'undefined') { exports.TextFormatter = TextFormatter; exports.oReplTable = oReplTable; } | > | 274 275 276 277 278 279 280 281 282 283 284 285 286 | return sText; }; getDefaultOptions () { return dDefaultOptions; } } if (typeof(exports) !== 'undefined') { exports.TextFormatter = TextFormatter; exports.oReplTable = oReplTable; } |