Grammalecte  Diff

Differences From Artifact [fcd9e4b1a6]:

To Artifact [b59d078241]:


274
275
276
277
278
279
280

281
282
283
284
285
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;
}