Grammalecte  Diff

Differences From Artifact [526f0b2382]:

To Artifact [c9c7a0f69c]:


285
286
287
288
289
290
291
292

293
294
295
285
286
287
288
289
290
291

292
293
294
295







-
+




    getDefaultOptions () {
        return dTFDefaultOptions;
    }
}


if (typeof exports !== 'undefined') {
if (typeof(exports) !== "undefined") {
    exports.TextFormatter = TextFormatter;
    exports.oReplTable = oReplTable;
}