Grammalecte  Diff

Differences From Artifact [c18f31aacd]:

To Artifact [6ee920637b]:


345
346
347
348
349
350
351
352
353
354
355

    getReplTable(){
        return oReplTable;
    }
}


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







|



345
346
347
348
349
350
351
352
353
354
355

    getReplTable(){
        return oReplTable;
    }
}


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