Closed vitaly-t closed 8 years ago
I'm not a specialist in TypeScript, but suspect this one may be wrong? -
executor.mode = mode;
should it not be instead -
executor.txMode = mode;
as per the API?
Anyhow, this a little unusual setup for my taste, to make any more suggestions :)
Thanks so much for reporting this - it's awesome that you check out projects using your libraries :)
I'm not a specialist in TypeScript, but suspect this one may be wrong? -
should it not be instead -
as per the API?
Anyhow, this a little unusual setup for my taste, to make any more suggestions :)