]> git.parisson.com Git - pdf.js.git/commitdiff
removing onload from driver.js
authornotmasteryet <async.processingjs@yahoo.com>
Mon, 19 Sep 2011 12:06:20 +0000 (07:06 -0500)
committernotmasteryet <async.processingjs@yahoo.com>
Mon, 19 Sep 2011 12:06:20 +0000 (07:06 -0500)
test/driver.js

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