1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Zero gjslint warnings mark

This commit is contained in:
notmasteryet 2011-09-18 14:44:57 -05:00
parent 537eb8f47b
commit 7036bcd4c7
5 changed files with 70 additions and 63 deletions

View file

@ -49,7 +49,7 @@ function load() {
};
r.send(null);
}
window.onload = load;
documet.addEventListener('DOMContentLoaded', load);
function nextTask() {
if (currentTaskIdx == manifest.length) {