1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Optimize usage of the memory in the LZWStream; linting

This commit is contained in:
notmasteryet 2011-08-14 15:16:24 -05:00
parent 447ff0a059
commit 180747dbdc
2 changed files with 63 additions and 55 deletions

View file

@ -40,6 +40,7 @@
// so we can use the TypedArray as well
window.Uint32Array = TypedArray;
window.Int32Array = TypedArray;
window.Uint16Array = TypedArray;
})();
// Object.create() ?