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

removing onload from driver.js

This commit is contained in:
notmasteryet 2011-09-19 07:06:20 -05:00
parent 7036bcd4c7
commit 999487444d

View file

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