Index: graphspell-js/ibdawg.js ================================================================== --- graphspell-js/ibdawg.js +++ graphspell-js/ibdawg.js @@ -114,11 +114,10 @@ */ let lTemp = []; for (let i = 0; i < this.sByDic.length; i+=2) { lTemp.push(parseInt(this.sByDic.slice(i, i+2), 16)); } - this.sByDic = ""; this.byDic = lTemp; //this.byDic = new Uint8Array(lTemp); // not quicker, even slower /* end of bug workaround */ if (!this.sHeader.startsWith("/pyfsa/")) {