Differences From Artifact [82caf6845e]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [5e196b8b64] at 2017-07-26 17:48:10 on branch trunk — [core][js] change name of new functions for built-in objects (user: olr, size: 16289) [annotate] [blame] [check-ins using]
To Artifact [7314bcd9a1]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [f9a034e6ce] at 2017-07-27 10:10:40 on branch trunk — [core][js] test if variable <exports> exists (user: olr, size: 16290) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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; } |