1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

Fix js strict warning in worker.js.

Also fix a few minor nits.
This commit is contained in:
Kalervo Kujala 2011-10-27 21:51:10 +03:00
parent b8dd054c7d
commit 7e6a589074
18 changed files with 31 additions and 7 deletions

View file

@ -304,3 +304,4 @@ var PDFFunction = (function() {
}
};
})();