Differences From 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]
To Artifact [a56649effd]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [189b40441e] at 2018-10-12 17:44:55 on branch nodejs — [fx][js] In webext use new fonction of Textformater (user: IllusionPerdu, size: 18770) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
347 348 349 350 351 352 353 |
return oReplTable;
}
}
if (typeof(exports) !== 'undefined') {
exports.TextFormatter = TextFormatter;
| < | 347 348 349 350 351 352 353 354 |
return oReplTable;
}
}
if (typeof(exports) !== 'undefined') {
exports.TextFormatter = TextFormatter;
}
|