Skip to content

Commit c62de22

Browse files
authored
Update lib.js
1 parent 67a9522 commit c62de22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/textfacts/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports.getText = function(n) {
1616
idx = next;
1717
}
1818
print(`Count = ${lengths.length}`);
19-
print(`var idxs = E.toUint8Array(atob("${btoa(lengths)}"));`);*/
19+
print(`var idxs = E.toUint8Array(atob("${btoa(lengths)}"));`);
2020
var idxs = E.toUint8Array(atob("PVguLS4qQScgVTtRLC4vMTwyKiowJjI+PzAnSigsLCssHTFSOkRCMiZHSjhUWVNSPUNCLU8uRzVCNk1RQ0Y7ZDwxMDU7QFgkMTM1RTJpIzFFO0I8KDRJPVNBQDIuPzsyMjFQOEdGPyguODI4LkhCQB5BNi8uRCsqMTVOVjNFTmI1O0QyPyk5PC89M0gwTjE7QixTRSI2QSY1RkY1SUs5OBsw"));
2121
if (n<0 || n>=idxs.length) return;
2222
var idx = n ? E.sum(new Uint8Array(idxs.buffer,0,n))+1 : 0;

0 commit comments

Comments
 (0)