Grammalecte  Diff

Differences From Artifact [82caf6845e]:

To Artifact [7314bcd9a1]:


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;
}